Searched defs:MoveConstructible (Results 1 – 4 of 4) sorted by relevance
20 struct MoveConstructible { struct22 constexpr explicit MoveConstructible(int i) : x(i) { } in MoveConstructible() argument23 …constexpr MoveConstructible(MoveConstructible&& other) noexcept(NoexceptMove) : x(other.x) { other… in MoveConstructible() function
43 struct MoveConstructible { global() struct 47 valueMoveConstructible global() argument [all...]
61 struct MoveConstructible { struct62 explicit MoveConstructible() {} in MoveConstructible() function63 MoveConstructible(MoveConstructible&&) {} in MoveConstructible() function
59 struct MoveConstructible { struct60 explicit MoveConstructible() {} in MoveConstructible() argument61 MoveConstructible(MoveConstructible&&) {} in MoveConstructible() argument