MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / h

Method h

tests/UsingDeclTest.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 // as members of D
24 using B::h;
25 void h(int) { std::cout << "D::h\n"; } // D::h(int) hides B::h(int)
26};
27
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected