Searched defs:NonMoveConstructible (Results 1 – 1 of 1) sorted by relevance
671 class NonMoveConstructible { in TEST() class674 NonMoveConstructible& operator=(NonMoveConstructible&&) { return *this; } in TEST() argument