Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Apple
Method
Apple
tests/EduCfrontTest22.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
class Apple : public Fruit {
18
public:
19
Apple()
20
: Fruit{}
21
{}
22
23
virtual ~Apple() override { Print(); }
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected