Celeritas
0.5.0-56+6b053cd
|
Utility function for demangling C++ types (specifically with GCC). More...
#include <TypeDemangler.hh>
Public Member Functions | |
std::string | operator() () const |
Get the pretty typename of the instantiated type (static). | |
std::string | operator() (T const &) const |
Get the dynamic pretty typename of a variable (dynamic). | |
Utility function for demangling C++ types (specifically with GCC).
See: http://stackoverflow.com/questions/281818/unmangling-the-result-of-stdtype-infoname Example: