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

Method f

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

Source from the content-addressed store, hash-verified

3
4struct B {
5 virtual void f(int) { std::cout << "B::f\n"; }
6 void g(char) { std::cout << "B::g\n"; }
7 void h(int) { std::cout << "B::h\n"; }
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected