Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Method
Fun
tests/EduCfrontVtable7Test.cpp:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
struct PinkLady : Apple {
17
int mApple{8};
18
void Fun() override { printf(
"Pink Ladies Fun: %d\n"
, mApple); }
19
};
20
21
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected