Searched defs:ThrowOnMove (Results 1 – 1 of 1) sorted by relevance
201 struct ThrowOnMove struct203 ThrowOnMove(ThrowOnMove&&) { throw int(); } in ThrowOnMove() function204 ThrowOnMove(ThrowOnMove const&) { throw int(); } in ThrowOnMove() function205 ThrowOnMove(int){} in ThrowOnMove() function