Searched refs:is_nothrow_copy_assignable_v (Results 1 – 6 of 6) sorted by relevance
40 inline constexpr bool is_nothrow_copy_assignable_v = is_nothrow_copy_assignable<_Tp>::value; variable
305 …noexcept(is_nothrow_copy_assignable_v<const first_type> && is_nothrow_copy_assignable_v<const seco… in noexcept()
629 …is_nothrow_copy_assignable_v<_Tp> && is_nothrow_copy_constructible_v<_Tp> && is_nothrow_copy_assig…1478 is_nothrow_copy_assignable_v<_Err> && is_nothrow_copy_constructible_v<_Err>) // strengthened
366 template <class T> inline constexpr bool is_nothrow_copy_assignable_v
1698 SYMBOL(is_nothrow_copy_assignable_v, std::, <type_traits>)