MCPcopy Create free account
hub / github.com/Neargye/nameof / SomeClass

Class SomeClass

example/example.cpp:63–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template <typename T>
63class SomeClass {
64 public:
65 void SomeMethod5() const {
66 std::cout << nameof::nameof_type<T>() << std::endl;
67 }
68
69 template <typename C>
70 C SomeMethod6() const {
71 C t{};
72 std::cout << NAMEOF_TYPE_EXPR(t) << std::endl;
73 return t;
74 }
75};
76
77struct Long {
78 struct LL {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected