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

Method ~A2

tests/test_virtual_functions.cpp:295–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 A2() = default;
294 A2(const A2 &) = delete;
295 virtual ~A2() = default;
296 virtual void f() { py::print("A2.f()"); }
297 };
298

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected