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

Method ~A

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

Source from the content-addressed store, hash-verified

267 A() = default;
268 A(const A &) = delete;
269 virtual ~A() = default;
270 virtual void f() { py::print("A.f()"); }
271 };
272

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected