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

Method SomeMethod5

example/example.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected