Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ fb
Function
fb
05-Inheritance/inheritance.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
};
16
17
void fb(Base *b)
18
{
19
std::cout << b->name() <<
" called."
<< std::endl;
20
}
21
22
void fd(Derived *d)
23
{
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected