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:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
{
6
public:
7
virtual std::string name() const { return
"Base"
; }
8
virtual ~Base() {}
9
};
10
Callers
2
fb
Function · 0.45
fd
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected