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;