Home
last modified time | relevance | path

Searched refs:is_nothrow_copy_assignable (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDis_nothrow_assignable.h33 struct _LIBCPP_TEMPLATE_VIS is_nothrow_copy_assignable struct
40 inline constexpr bool is_nothrow_copy_assignable_v = is_nothrow_copy_assignable<_Tp>::value;
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc93 using std::is_nothrow_copy_assignable;
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__utility/
HDpair.h264 … __nat> const& __p) noexcept(is_nothrow_copy_assignable<first_type>::value && in noexcept()
265is_nothrow_copy_assignable<second_type>::value) { in noexcept()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDtype_traits134 template <class T> struct is_nothrow_copy_assignable;
367 = is_nothrow_copy_assignable<T>::value; // C++17
HDtuple837 noexcept(_And<is_nothrow_copy_assignable<_Tp>...>::value) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc1697 SYMBOL(is_nothrow_copy_assignable, std::, <type_traits>)
/freebsd-13-stable/
HDObsoleteFiles.inc541 OLD_FILES+=usr/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h