Searched defs:ThrowsOnSecondMove (Results 1 – 1 of 1) sorted by relevance
172 struct ThrowsOnSecondMove { struct175 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove() argument176 ThrowsOnSecondMove(ThrowsOnSecondMove &&o) noexcept(false) in ThrowsOnSecondMove() argument182 ThrowsOnSecondMove &operator=(ThrowsOnSecondMove &&) { in operator =() argument