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

Method ~Diamond

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

Source from the content-addressed store, hash-verified

62 Diamond() = default;
63 Diamond(const Diamond &) = default;
64 ~Diamond() override = default;
65 int ping() const override { return 7; }
66 int self_tag = 99;
67};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected