|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|
#include <string>#include <typeinfo>
Classes | |
| class | celeritas::TypeDemangler< T > |
| Utility function for demangling C++ types (specifically with GCC). More... | |
Functions | |
| std::string | celeritas::demangled_typeid_name (char const *typeid_name) |
| template<class T > | |
| std::string | celeritas::demangled_type (T &&t) |
| Demangle the type name of any variable. | |