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

Method f

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

Source from the content-addressed store, hash-verified

18
19 using B::f;
20 void f(int) { std::cout << "D::f\n"; } // D::f(int) overrides B::f(int)
21 using B::g;
22 void g(int) { std::cout << "D::g\n"; } // both g(int) and g(char) are visible
23 // as members of D

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected