cereal
A C++11 library for serialization
|
Internal misc utilities. More...
#include <typeinfo>
#include <string>
#include <cxxabi.h>
#include <cstdlib>
Go to the source code of this file.
Functions | |
std::string | cereal::util::demangle (std::string mangledName) |
Demangles the type encoded in a string. | |
template<class T > | |
std::string | cereal::util::demangledName () |
Gets the demangled name of a type. | |
Internal misc utilities.