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