Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
struct PinkLady : Apple {
17
int mColorGrade{8};
18
void Print() override { printf(
"Pink Ladies Print: %d\n"
, mColorGrade); }
19
};
20
21
int main() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected