is_nothrow_copy_assignable
Checks if type T is nothrow copy assignable.
Parameters
| Name | Description |
|---|---|
| T | The type to check. |
Aliases
| Name | Description |
|---|---|
| is_nothrow_copy_assignable_v | Helper variable template for is_nothrow_copy_assignable. |
Checks if type T is nothrow copy assignable.
| Name | Description |
|---|---|
| T | The type to check. |
| Name | Description |
|---|---|
| is_nothrow_copy_assignable_v | Helper variable template for is_nothrow_copy_assignable. |