Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ name
Method
name
05-Inheritance/inheritance.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
{
13
public:
14
virtual std::string name() const { return
"Derived"
; }
15
};
16
17
void fb(Base *b)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected