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

Method g

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

Source from the content-addressed store, hash-verified

9 void f(int) { }
10 using B::g;
11 void g(int) { }
12 using B::h;
13 void h(int) { }
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected