Searched refs:ThrowsOnSecondMove (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp164 struct ThrowsOnSecondMove { struct
167 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} function in struct:ThrowsOnSecondMove
168 ThrowsOnSecondMove(ThrowsOnSecondMove &&o) noexcept(false)
174 ThrowsOnSecondMove &operator=(ThrowsOnSecondMove &&) {
396 using T1 = ThrowsOnSecondMove;
410 using T2 = ThrowsOnSecondMove;

Completed in 520 milliseconds