MCPcopy Create free account
hub / github.com/catboost/catboost / TypeName

Function TypeName

util/system/type_name.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57TString TypeName(const std::type_info& typeInfo) {
58 return TypeNameImpl(typeInfo.name()); // NOLINT(arcadia-typeid-name-restriction)
59}
60
61TString TypeName(const std::type_index& typeIndex) {
62 return TypeNameImpl(typeIndex.name());

Callers

nothing calls this directly

Calls 2

TypeNameImplFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected