Otclient
14/8/2020
|
#include <typeinfo>
#include <string>
Go to the source code of this file.
Namespaces | |
stdext | |
Functions | |
const char * | stdext::demangle_name (const char *name) |
Demangle names for GNU g++ compiler. More... | |
template<typename T > | |
std::string | stdext::demangle_class () |
Returns the name of a class. More... | |
template<typename T > | |
std::string | stdext::demangle_type () |
Returns the name of a type. More... | |