Celeritas 0.6.0-dev.116+3fbab5e0
Loading...
Searching...
No Matches
Classes | Functions
TypeDemangler.hh File Reference
#include <string>
#include <typeinfo>
This graph shows which files directly or indirectly include this file:

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 &&)
 Demangle the type name of any variable.