MCPcopy Create free account
hub / github.com/pybind/pybind11 / Diamond

Method Diamond

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

Source from the content-addressed store, hash-verified

60
61struct Diamond : Left, Right {
62 Diamond() = default;
63 Diamond(const Diamond &) = default;
64 ~Diamond() override = default;
65 int ping() const override { return 7; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected