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

Method ~C

tests/test_smart_ptr.cpp:276–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 C() { print_created(this); }
275 C(const C &) = delete;
276 ~C() { print_destroyed(this); }
277};
278
279// test_holder_with_addressof_operator

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected