is_nothrow_copy_constructible
Checks if type T is nothrow copy constructible.
Parameters
| Name | Description |
|---|---|
| T | The type to check. |
Aliases
| Name | Description |
|---|---|
| is_nothrow_copy_constructible_v | Helper variable template for is_nothrow_copy_constructible. |
Checks if type T is nothrow copy constructible.
| Name | Description |
|---|---|
| T | The type to check. |
| Name | Description |
|---|---|
| is_nothrow_copy_constructible_v | Helper variable template for is_nothrow_copy_constructible. |