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

Method C

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

Source from the content-addressed store, hash-verified

272// test_move_only_holder
273struct C {
274 C() { print_created(this); }
275 C(const C &) = delete;
276 ~C() { print_destroyed(this); }
277};

Callers 1

Calls 1

print_createdFunction · 0.85

Tested by

no test coverage detected