is_nothrow_assignable

Checks if type T is nothrow assignable from type U.

Parameters

Name Description
T The type to check.
U The source type.

Aliases

Name Description
is_nothrow_assignable_v Helper variable template for is_nothrow_assignable.