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

Method f

tests/UsingDecl2Test.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7struct D : B {
8 using B::f;
9 void f(int) { }
10 using B::g;
11 void g(int) { }
12 using B::h;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected