Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ factory
Function
factory
05-Inheritance/inheritance.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
Base* factory()
28
{
29
return new Derived;
30
}
31
32
#include <boost/python.hpp>
33
using namespace boost::python;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected