Home
last modified time | relevance | path

Searched refs:is_nothrow_swappable (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDis_swappable.h98 struct _LIBCPP_TEMPLATE_VIS is_nothrow_swappable : bool_constant<is_nothrow_swappable_v<_Tp>> {}; struct
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc96 using std::is_nothrow_swappable;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDtype_traits137 template <class T> struct is_nothrow_swappable; // C++17
373 = is_nothrow_swappable<T>::value; // C++17
HDmap189 is_nothrow_swappable<key_compare>::value); // C++17
451 is_nothrow_swappable<key_compare>::value); // C++17
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1713 SYMBOL(is_nothrow_swappable, std::, <type_traits>)