Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
template <typename T> static void OutputTypeName(T&& t)
59
{
60
std::cout << type_name<T>() << std::endl;
61
}
62
63
template <typename T> static void OutputTypeNameToCerr(T&& t)
64
{
Callers
1
main
Function · 0.85
Calls
1
GetTypeName
Function · 0.70
Tested by
1
main
Function · 0.68