|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
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: