Searched defs:CopyConstructibleMovable (Results 1 – 1 of 1) sorted by relevance
39 struct CopyConstructibleMovable { struct41 constexpr explicit CopyConstructibleMovable(int x) : value(x) { } in CopyConstructibleMovable() function44 CopyConstructibleMovable& operator=(CopyConstructibleMovable const&) = delete; argument52 int value = -1;53 bool did_move_assign = false;