Searched defs:CopyConstructibleMovable (Results 1 – 1 of 1) sorted by relevance
38 struct CopyConstructibleMovable { struct40 constexpr explicit CopyConstructibleMovable(int x) : value(x) {} in CopyConstructibleMovable() argument43 CopyConstructibleMovable& operator=(CopyConstructibleMovable const&) = delete; argument51 int value = -1;52 bool did_move_assign = false;