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

Method ~B

tests/test_multiple_inheritance.cpp:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 B() = default;
242 B(const B &) = default;
243 virtual ~B() = default;
244 };
245 struct C0 : public virtual B {
246 int c0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected