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

Method Print

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

Source from the content-addressed store, hash-verified

16struct PinkLady : Apple {
17 int mColorGrade{8};
18 void Print() override { printf("Pink Ladies Print: %d\n", mColorGrade); }
19};
20
21int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected