is_invocable
Checks if type T is invocable.
Parameters
| Name | Description |
|---|---|
| T | The function type. |
| Args | The argument types. |
Aliases
| Name | Description |
|---|---|
| is_invocable_v | Helper variable template for is_invocable. |
Checks if type T is invocable.
| Name | Description |
|---|---|
| T | The function type. |
| Args | The argument types. |
| Name | Description |
|---|---|
| is_invocable_v | Helper variable template for is_invocable. |