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