MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / typeid_name

Function typeid_name

imperative/python/src/helper.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template <typename T>
79std::string typeid_name(const T& t) {
80 return demangle_typeid(typeid(t).name());
81}
82
83} // anonymous namespace
84

Callers

nothing calls this directly

Calls 2

demangle_typeidFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected