Searched defs:NotMoveConstructible (Results 1 – 10 of 10) sorted by relevance
39 struct NotMoveConstructible { struct40 NotMoveConstructible() {} in NotMoveConstructible() function41 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
42 struct NotMoveConstructible { struct43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
33 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument 31 struct NotMoveConstructible { global() struct
42 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument 40 struct NotMoveConstructible { global() struct
36 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument 34 struct NotMoveConstructible { global() struct
48 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument 46 struct NotMoveConstructible { global() struct
36 struct NotMoveConstructible { global() struct
43 struct NotMoveConstructible { global() struct
35 struct NotMoveConstructible { global() struct