Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4BadAnyCast Class Reference

#include <G4AnyType.hh>

+ Inheritance diagram for G4BadAnyCast:

Public Member Functions

 G4BadAnyCast ()=default
 
const char * what () const override throw ()
 

Detailed Description

Author
K. Henney

Definition at line 245 of file G4AnyType.hh.

Constructor & Destructor Documentation

◆ G4BadAnyCast()

G4BadAnyCast::G4BadAnyCast ( )
default

Member Function Documentation

◆ what()

const char * G4BadAnyCast::what ( ) const
throw (
)
inlineoverride

Definition at line 250 of file G4AnyType.hh.

251 {
252 return "G4BadAnyCast: failed conversion using any_cast";
253 }

The documentation for this class was generated from the following file: