Searched defs:is_nothrow_assignable_v (Results 1 – 6 of 6) sorted by relevance
27 inline constexpr bool is_nothrow_assignable_v = __is_nothrow_assignable(_Tp, _Arg); variable
29 inline constexpr bool is_nothrow_assignable_v = __is_nothrow_assignable(_Tp, _Arg); variable