MCPcopy Create free account
hub / github.com/dobin/RedEdr / type_name

Function type_name

RedEdrShared/loguru.cpp:1155–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153#if LOGURU_RTTI
1154 template <class T>
1155 std::string type_name()
1156 {
1157 auto demangled = demangle(typeid(T).name());
1158 return demangled.c_str();
1159 }
1160#endif // LOGURU_RTTI
1161
1162 static const StringPairList REPLACE_LIST = {

Callers

nothing calls this directly

Calls 2

demangleFunction · 0.85
nameMethod · 0.80

Tested by

no test coverage detected