NDDEM
|
Internal misc utilities. More...
#include <typeinfo>
#include <string>
#include <cxxabi.h>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
cereal | |
in certain simple scenarios. They should probably not be used if maximizing performance is the main objective. | |
cereal::util | |
Functions | |
std::string | cereal::util::demangle (std::string mangledName) |
Demangles the type encoded in a string. More... | |
template<class T > | |
std::string | cereal::util::demangledName () |
Gets the demangled name of a type. More... | |
Internal misc utilities.