Variable template alias for std::is_nothrow_move_assignable_v.
std::is_nothrow_move_assignable_v
Declared in <bsl_type_traits.h>
<bsl_type_traits.h>
template<class TYPE> inline constexpr bool is_nothrow_move_assignable_v = std::is_nothrow_move_assignable<TYPE>::value;