52 template<
class String>
53 String
typeName(
const std::type_info& info);
68 template<
class Type,
class String =
string>
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
A class for handling words, derived from string.
String typeName(const std::type_info &info)
Return the un-mangled name given the standard type info.
word typeName< word >(const std::type_info &info)
Return the un-mangled name as a word, given the standard type info.
string typeName< string >(const std::type_info &info)
Return the un-mangled name as a string, given the standard type info.