Searched defs:NotMoveConstructible (Results 1 – 2 of 2) sorted by relevance
38 struct NotMoveConstructible { struct39 NotMoveConstructible() {} in NotMoveConstructible() function40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
42 struct NotMoveConstructible { struct43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument