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

Method MoveIssue2

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

Source from the content-addressed store, hash-verified

286 struct MoveIssue2 {
287 int v;
288 explicit MoveIssue2(int v) : v{v} {}
289 MoveIssue2(MoveIssue2 &&) = default;
290 };
291 py::class_<MoveIssue2>(m, "MoveIssue2")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected