MCPcopy Create free account
hub / github.com/daniele77/cli / Name

Method Name

include/cli/cli.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 // ********************************************************************
53
54 template < typename T > struct TypeDesc { static const char* Name() { return ""; } };
55 template <> struct TypeDesc< char > { static const char* Name() { return "<char>"; } };
56 template <> struct TypeDesc< unsigned char > { static const char* Name() { return "<unsigned char>"; } };
57 template <> struct TypeDesc< signed char > { static const char* Name() { return "<signed char>"; } };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected