Home
last modified time | relevance | path

Searched refs:is_swappable_with_v (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_swappable.h75 inline constexpr bool is_swappable_with_v = __is_swappable_with_v<_Tp, _Up>; variable
78 struct _LIBCPP_TEMPLATE_VIS is_swappable_with : bool_constant<is_swappable_with_v<_Tp, _Up>> {};
82 is_swappable_with_v<__add_lvalue_reference_t<_Tp>, __add_lvalue_reference_t<_Tp>>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits334 template <class T, class U> inline constexpr bool is_swappable_with_v
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1753 SYMBOL(is_swappable_with_v, std::, <type_traits>)