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

Method SomeMethod6

example/example.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected