38 GetTypeString(
const std::type_info& tinf,
bool withoutNamespaceSpecifier =
false)
41 return withoutNamespaceSpecifier ? names.second : names.first;
45 GetTypeString(
const std::type_index& tind,
bool withoutNamespaceSpecifier =
false)
48 return withoutNamespaceSpecifier ? names.second : names.first;
56 return withoutNamespaceSpecifier ? names.second : names.first;
std::pair< std::string, std::string > GetTypeStringFromMangled(const std::string &mangled)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::string GetTypeString(const std::type_info &tinf, bool withoutNamespaceSpecifier=false)