Searched defs:NotMoveConstructible (Results 1 – 12 of 12) sorted by relevance
38 struct NotMoveConstructible { struct39 NotMoveConstructible() {} in NotMoveConstructible() argument40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
42 struct NotMoveConstructible { struct43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
39 struct NotMoveConstructible { struct40 NotMoveConstructible() {} in NotMoveConstructible() function41 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
31 struct NotMoveConstructible { struct33 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
40 struct NotMoveConstructible { struct42 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
34 struct NotMoveConstructible { struct36 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
46 struct NotMoveConstructible { struct48 friend void swap(NotMoveConstructible&, NotMoveConstructible&) {} in swap() argument
36 struct NotMoveConstructible { struct
43 struct NotMoveConstructible { struct
35 struct NotMoveConstructible { struct