MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / name

Method name

Kernel/include/ttraits.h:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6class TTraits{
7public:
8 static const char* name(){
9 return "undefined";
10 }
11};
12template<>
13class TTraits <int32_t>{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected