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

Method A

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

Source from the content-addressed store, hash-verified

215struct SharedPtrRef {
216 struct A {
217 A() { print_created(this); }
218 A(const A &) { print_copy_created(this); }
219 A(A &&) noexcept { print_move_created(this); }
220 ~A() { print_destroyed(this); }

Callers

nothing calls this directly

Calls 3

print_createdFunction · 0.85
print_copy_createdFunction · 0.85
print_move_createdFunction · 0.85

Tested by

no test coverage detected