Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp165 struct ThrowsOnSecondMove { struct
168 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove() function
169 ThrowsOnSecondMove(ThrowsOnSecondMove &&o) noexcept(false) in ThrowsOnSecondMove() function
175 ThrowsOnSecondMove &operator=(ThrowsOnSecondMove &&) { in operator =() argument