Searched refs:NotMoveConstructible (Results 1 – 4 of 4) sorted by relevance
38 struct NotMoveConstructible { struct39 NotMoveConstructible() {} in NotMoveConstructible() function40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument42 NotMoveConstructible(NotMoveConstructible&&);90 using NA = NotMoveConstructible[42]; in main()
42 struct NotMoveConstructible { struct43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument45 NotMoveConstructible(NotMoveConstructible&&);92 static_assert(!can_swap<NotMoveConstructible&>(), ""); in main()
37 struct NotMoveConstructible { struct38 NotMoveConstructible() {} in NotMoveConstructible() argument39 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument41 NotMoveConstructible(NotMoveConstructible&&);103 using NA = NotMoveConstructible[42]; in main()
41 struct NotMoveConstructible { struct42 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument44 NotMoveConstructible(NotMoveConstructible&&);101 static_assert(!can_swap<NotMoveConstructible&>(), ""); in main()