Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp129 struct NonThrowingNonNoexceptType { struct
132 constexpr NonThrowingNonNoexceptType(int v, int* mv_called) : value(v), move_called(mv_called) {} in NonThrowingNonNoexceptType() argument
133 constexpr NonThrowingNonNoexceptType(NonThrowingNonNoexceptType&& o) noexcept(false) in NonThrowingNonNoexceptType() argument
138 NonThrowingNonNoexceptType& operator=(NonThrowingNonNoexceptType&&) noexcept(false) { in operator =() argument