30namespace triqs::utility {
43 std::string
demangle(
const char *name);
46 std::string
demangle(std::string
const &name);
54 std::string
get_name(std::type_info
const &info);
std::string typeid_name()
Human-readable name of a given static type.
std::string demangle(const char *name)
Demangle a mangled C++ symbol name to a human-readable string.
std::string get_name(std::type_info const &info)
Demangle the name corresponding to an std::type_info.