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

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_swappable.h64 struct __swappable_with struct in namespace:__detail
81 struct __swappable_with<_Tp, _Up, false> : false_type {}; struct in namespace:__detail
83 template <class _Tp, class _Up = _Tp, bool _Swappable = __swappable_with<_Tp, _Up>::value>
101 : public integral_constant<bool, __detail::__swappable_with<_Tp&>::value>
115 : public integral_constant<bool, __detail::__swappable_with<_Tp, _Up>::value>

Completed in 111 milliseconds