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

Method ~Cat

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

Source from the content-addressed store, hash-verified

117 Cat(const Cat &) = default;
118 Cat &operator=(const Cat &) = default;
119 ~Cat() override = default;
120};
121
122class Tiger : virtual public Cat {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected