Searched refs:is_nothrow_assignable_v (Results 1 – 6 of 6) sorted by relevance
29 inline constexpr bool is_nothrow_assignable_v = __is_nothrow_assignable(_Tp, _Arg); variable
315 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && in noexcept()316 is_nothrow_assignable_v<const second_type&, second_type>) in noexcept()
364 template <class T, class U> inline constexpr bool is_nothrow_assignable_v
1256 …operator=(_Arg&& __arg) noexcept(is_nothrow_assignable_v<_Tp&, _Arg> && is_nothrow_constructible_v…
1692 SYMBOL(is_nothrow_assignable_v, std::, <type_traits>)