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

Method Print

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected