OGS
DemangleTypeInfo.h File Reference
#include <string>
#include <type_traits>
#include <typeinfo>
Include dependency graph for DemangleTypeInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  BaseLib

Functions

std::string BaseLib::demangle (const char *mangled_name)
template<typename T>
std::string BaseLib::typeToString ()
template<typename T>
std::string BaseLib::typeToString (T &&)