Searched defs:ThrowsOnSecondMove (Results 1 – 1 of 1) sorted by relevance
165 struct ThrowsOnSecondMove { struct168 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove() function169 ThrowsOnSecondMove(ThrowsOnSecondMove &&o) noexcept(false) in ThrowsOnSecondMove() function175 ThrowsOnSecondMove &operator=(ThrowsOnSecondMove &&) { in operator =() argument