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