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

Method ~MVB

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

Source from the content-addressed store, hash-verified

262 MVB() = default;
263 MVB(const MVB &) = default;
264 virtual ~MVB() = default;
265
266 int b = 1;
267 int get_b_b() const { return b; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected