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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_swappable.h99 struct _LIBCPP_TEMPLATE_VIS is_swappable_with struct in inherits:integral_constant
105 is_swappable_with<__add_lvalue_reference_t<_Tp>, __add_lvalue_reference_t<_Tp> >,
119 inline constexpr bool is_swappable_with_v = is_swappable_with<_Tp, _Up>::value;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc73 using std::is_swappable_with;

Completed in 254 milliseconds