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

/freebsd-current/contrib/llvm-project/libcxx/include/__expected/
H A Dunexpected.h97 _LIBCPP_HIDE_FROM_ABI constexpr void swap(unexpected& __other) noexcept(is_nothrow_swappable_v<_Err>) {
H A Dexpected.h735 swap(expected& __rhs) noexcept(is_nothrow_move_constructible_v<_Tp> && is_nothrow_swappable_v<_Tp> &&
736 is_nothrow_move_constructible_v<_Err> && is_nothrow_swappable_v<_Err>)
1547 swap(expected& __rhs) noexcept(is_nothrow_move_constructible_v<_Err> && is_nothrow_swappable_v<_Err>)
/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_swappable.h128 inline constexpr bool is_nothrow_swappable_v = is_nothrow_swappable<_Tp>::value; variable
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc257 using std::is_nothrow_swappable_v;

Completed in 174 milliseconds