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

Method ~Left

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

small, typically 4 + padding

Source from the content-addressed store, hash-verified

52struct Left : virtual VBase {
53 char pad_l[4]; // small, typically 4 + padding
54 ~Left() override = default;
55};
56struct Right : virtual VBase {
57 char pad_r[24]; // larger, to differ from Left

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected