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