is_copy_constructible
template <typename T>
concept is_copy_constructible;
Checks if a type is copy constructible.
Parameters
| Name | Description |
|---|---|
| T | The type to check. |
template <typename T>
concept is_copy_constructible;
Checks if a type is copy constructible.
| Name | Description |
|---|---|
| T | The type to check. |