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

Function SomeMethod3

example/example.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42void SomeMethod3() {
43 std::cout << NAMEOF(SomeMethod3) << " no called!" << std::endl;
44}
45
46template <typename T, typename U>
47std::string SomeMethod4(U value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected