Home
last modified time | relevance | path

Searched refs:NothrowMoveCtorWithThrowingSwap (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp118 using NothrowMoveCtorWithThrowingSwap = NothrowTypeImp<false, true, false, false, false, true>; typedef
315 using V = std::variant<NothrowMoveCtorWithThrowingSwap, int>; in test_swap_different_alternatives()