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

Method ~Tiger

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

Source from the content-addressed store, hash-verified

125 Tiger(const Tiger &) = default;
126 Tiger &operator=(const Tiger &) = default;
127 ~Tiger() override = default;
128 Animal *clone_raw_ptr() const override {
129 return new Tiger(*this); // upcast
130 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected