![]() |
VCTR
|
Constrains Fn to be a function with an exact function signature. More...
Constrains Fn to be a function with an exact function signature.
Example:
The example code above will only accept callable types that have the exact signature specified. This means, e.g. these functions
would not satisfy the constraint in the example above.