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

Method ~BaseClass

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

Source from the content-addressed store, hash-verified

184 BaseClass(const BaseClass &) = default;
185 BaseClass(BaseClass &&) = default;
186 virtual ~BaseClass() = default;
187 };
188 struct DerivedClass1 : BaseClass {};
189 struct DerivedClass2 : BaseClass {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected