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

Method ~A

tests/test_modules.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 public:
23 explicit A(int v) : v(v) { print_created(this, v); }
24 ~A() { print_destroyed(this); }
25 A(const A &) { print_copy_created(this); }
26 A &operator=(const A &copy) {
27 print_copy_assigned(this);

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected