is_nothrow_constructible
Checks if type T is nothrow constructible.
Parameters
| Name | Description |
|---|---|
| T | The type to check. |
| Args | The argument types. |
Aliases
| Name | Description |
|---|---|
| is_nothrow_constructible_v | Helper variable template for is_nothrow_constructible. |
Checks if type T is nothrow constructible.
| Name | Description |
|---|---|
| T | The type to check. |
| Args | The argument types. |
| Name | Description |
|---|---|
| is_nothrow_constructible_v | Helper variable template for is_nothrow_constructible. |