MCPcopy Create free account
hub / github.com/pybind/pybind11 / BaseClass

Method BaseClass

tests/test_class.cpp:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 // test_automatic_upcasting
182 struct BaseClass {
183 BaseClass() = default;
184 BaseClass(const BaseClass &) = default;
185 BaseClass(BaseClass &&) = default;
186 virtual ~BaseClass() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected