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

Method NotMovable

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

Source from the content-addressed store, hash-verified

320
321struct NotMovable {
322 NotMovable() = default;
323 NotMovable(NotMovable const &) = default;
324 NotMovable(NotMovable &&) = delete;
325 NotMovable &operator=(NotMovable const &) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected