Template Struct executor_of¶
Defined in File execution.hpp
Struct Documentation¶
-
template<typename
E, typenameF>
structexecutor_of¶ Defines an executor that can execute a given functor type.
This is similar to the
executor concept, but instead of being capable of executingvoid()functors, this can execute functors of the given typeF- Template Parameters
E: The type that we want to model the conceptF: The type functor that can be called by the executor
- See