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

Method Fun

tests/EduCfrontVtableTest.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10struct B : A {
11 int mX{5};
12 void Fun() { printf("fun b: %d\n", mX); }
13
14 virtual void Other() {}
15};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected