36 inline std::string
GetTypeString(
const std::type_info& tinf,
bool withoutNamespaceSpecifier =
false)
39 return withoutNamespaceSpecifier ?
names.second :
names.first;
41 inline std::string
GetTypeString(
const std::type_index& tind,
bool withoutNamespaceSpecifier =
false)
44 return withoutNamespaceSpecifier ?
names.second :
names.first;
48 const std::string&
GetTypeString(
bool withoutNamespaceSpecifier =
false)
51 return withoutNamespaceSpecifier ?
names.second :
names.first;
55 std::string
GetTypeString(
const T& t,
bool withoutNamespaceSpecifier =
false)