Searched defs:ThrowsOnSecondMove (Results 1 – 2 of 2) sorted by relevance
163 struct ThrowsOnSecondMove { struct166 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove() argument167 ThrowsOnSecondMove(ThrowsOnSecondMove &&o) noexcept(false) in ThrowsOnSecondMove() function173 ThrowsOnSecondMove &operator=(ThrowsOnSecondMove &&) { in operator =() argument
172 struct ThrowsOnSecondMove { struct175 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove() function176 ThrowsOnSecondMove(ThrowsOnSecondMove &&o) noexcept(false) in ThrowsOnSecondMove() function182 ThrowsOnSecondMove &operator=(ThrowsOnSecondMove &&) { in operator =() argument