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

Method CrossDSOClass

tests/pybind11_cross_module_tests.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class CrossDSOClass {
20public:
21 CrossDSOClass() = default;
22 virtual ~CrossDSOClass();
23 CrossDSOClass(const CrossDSOClass &) = default;
24};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected