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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_swappable.h58 struct __swappable_with { struct in namespace:__detail
72 struct __swappable_with<_Tp, _Up, false> : false_type {}; struct in namespace:__detail
74 template <class _Tp, class _Up = _Tp, bool _Swappable = __swappable_with<_Tp, _Up>::value>
91 struct __is_swappable : public integral_constant<bool, __detail::__swappable_with<_Tp&>::value> {};
100 : public integral_constant<bool, __detail::__swappable_with<_Tp, _Up>::value> {};

Completed in 169 milliseconds