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

Method ~MoveOrCopyInt

tests/test_copy_move.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 return *this;
87 }
88 ~MoveOrCopyInt() { print_destroyed(this); }
89
90 int value;
91};

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected