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

/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dswap.h45 inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 typename enable_if<__is_swappable<_Tp>::value>::type
H A Dpair.h516 __is_swappable<_T1>::value &&
517 __is_swappable<_T2>::value,
529 requires (__is_swappable<const _T1>::value &&
530 __is_swappable<const _T2>::value)
/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_swappable.h33 template <class _Tp> struct __is_swappable;
54 __is_swappable<_Tp>::value
100 struct __is_swappable struct in inherits:integral_constant
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dunique_ptr.h514 typename enable_if< __is_swappable<_Dp>::value, void >::type

Completed in 83 milliseconds