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

Method NotCopyable

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

Source from the content-addressed store, hash-verified

345
346struct NotCopyable {
347 NotCopyable() = default;
348 NotCopyable(NotCopyable const &) = delete;
349 NotCopyable(NotCopyable &&) = default;
350 NotCopyable &operator=(NotCopyable const &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected