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

Class B

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

Source from the content-addressed store, hash-verified

7};
8
9struct B {
10 int mX{5};
11
12 virtual void Fun() { puts("B::Fun"); }
13};
14
15struct C : A, B {
16 int mB{8};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected