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

Method ~MoveOnlyInt

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

Source from the content-addressed store, hash-verified

59 MoveOnlyInt(const MoveOnlyInt &) = delete;
60 MoveOnlyInt &operator=(const MoveOnlyInt &) = delete;
61 ~MoveOnlyInt() { print_destroyed(this); }
62
63 int value;
64};

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected