Searched defs:__is_nothrow_swappable (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dcompressed_pair.h161 _NOEXCEPT_(__is_nothrow_swappable<_T1>::value && __is_nothrow_swappable<_T2>::value) { argument
171 _NOEXCEPT_(__is_nothrow_swappable<_T1>::value && __is_nothrow_swappable<_T2>::value) { argument
/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_swappable.h106 struct __is_nothrow_swappable struct in inherits:integral_constant
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h392 swap(pair& __p) _NOEXCEPT_(__is_nothrow_swappable<first_type>::value && argument
521 _NOEXCEPT_((__is_nothrow_swappable<_T1>::value && argument

Completed in 276 milliseconds