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

Method ~ExampleVirt

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

Source from the content-addressed store, hash-verified

24 e.state = 0;
25 }
26 virtual ~ExampleVirt() { print_destroyed(this); }
27
28 virtual int run(int value) {
29 py::print("Original implementation of "

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected