CAF 0.17.6
|
Defines result_type,
arg_types,
and fun_type
.
More...
Defines result_type,
arg_types,
and fun_type
.
Functor is (a) a member function pointer, (b) a function, (c) a function pointer, (d) an std::function.
result_type
is the result type found in the signature. arg_types
are the argument types as type_list
. fun_type
is an std::function with an equivalent signature.