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

Method Fun

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

Source from the content-addressed store, hash-verified

11struct Apple : Fruit {
12 int mX{5};
13 void Fun() override { printf("Apple's Fun: %d\n", mX); }
14};
15
16struct PinkLady : Apple {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected