MCPcopy 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
27Base* factory()
28{
29 return new Derived;
30}
31
32#include <boost/python.hpp>
33using namespace boost::python;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected