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

Method ~I801B3

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

Source from the content-addressed store, hash-verified

170 struct I801B3 {
171 int c = 3;
172 virtual ~I801B3() = default;
173 };
174 struct I801E : I801B3, I801D {};
175

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected