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

Method ~Right

tests/test_class_sh_mi_thunks.cpp:58–58  ·  view source on GitHub ↗

larger, to differ from Left

Source from the content-addressed store, hash-verified

56struct Right : virtual VBase {
57 char pad_r[24]; // larger, to differ from Left
58 ~Right() override = default;
59};
60
61struct Diamond : Left, Right {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected