Home
last modified time | relevance | path

Searched defs:ThrowsOnSecondMove (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp172 struct ThrowsOnSecondMove { struct
175 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove() argument
176 ThrowsOnSecondMove(ThrowsOnSecondMove &&o) noexcept(false) in ThrowsOnSecondMove() argument
182 ThrowsOnSecondMove &operator=(ThrowsOnSecondMove &&) { in operator =() argument