MCPcopy Create free account
hub / github.com/OAID/Tengine / OutputTypeName

Function OutputTypeName

include/type_name.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58template <typename T> static void OutputTypeName(T&& t)
59{
60 std::cout << type_name<T>() << std::endl;
61}
62
63template <typename T> static void OutputTypeNameToCerr(T&& t)
64{

Callers 1

mainFunction · 0.85

Calls 1

GetTypeNameFunction · 0.70

Tested by 1

mainFunction · 0.68