|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|
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: