Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ default_name
Method
default_name
06-VirtualFunctionsInPython/virtual.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
return Base::name();
26
}
27
std::string default_name() const
28
{
29
return this->Base::name();
30
}
31
};
32
33
BOOST_PYTHON_MODULE(virtual)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected