is_assignable
Checks if type T is assignable from type U.
Parameters
| Name | Description |
|---|---|
| T | The type to check. |
| U | The source type. |
Aliases
| Name | Description |
|---|---|
| is_assignable_v | Helper variable template for is_assignable. |
Checks if type T is assignable from type U.
| Name | Description |
|---|---|
| T | The type to check. |
| U | The source type. |
| Name | Description |
|---|---|
| is_assignable_v | Helper variable template for is_assignable. |