Searched defs:ThrowsOnSecondMove (Results 1 – 1 of 1) sorted by relevance
144 struct ThrowsOnSecondMove { struct147 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove() function148 …ThrowsOnSecondMove(ThrowsOnSecondMove&& o) noexcept(false) : value(o.value), move_count(o.move_cou… in ThrowsOnSecondMove() argument153 ThrowsOnSecondMove& operator=(ThrowsOnSecondMove&&) { in operator =() argument