Simple-Utility v2.3.1
|
Determines whether the given type satisfies the constraints of a function type. More...
#include <BasicClosure.hpp>
Determines whether the given type satisfies the constraints of a function type.
T | Type to check. |
There are not many syntactic constraints, the concept can check for. The important one is rather semantic: The given type must be invokable with params which will be determined later.