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

Method lacking_move_ctor

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

Source from the content-addressed store, hash-verified

35
36struct lacking_move_ctor : public empty<lacking_move_ctor> {
37 lacking_move_ctor() = default;
38 lacking_move_ctor(const lacking_move_ctor &other) = delete;
39 lacking_move_ctor(lacking_move_ctor &&other) = delete;
40};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected