is_nothrow_move_assignable
Checks if type T is nothrow move assignable.
Parameters
| Name | Description |
|---|---|
| T | The type to check. |
Aliases
| Name | Description |
|---|---|
| is_nothrow_move_assignable_v | Helper variable template for is_nothrow_move_assignable. |
Checks if type T is nothrow move assignable.
| Name | Description |
|---|---|
| T | The type to check. |
| Name | Description |
|---|---|
| is_nothrow_move_assignable_v | Helper variable template for is_nothrow_move_assignable. |