Struct execute_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
execute_t¶ Type to use for customization point for concore::execute()
To add support for concore::execute() to a type
T, for given functor typeF, one can define:void tag_invoke(execute_t, T, F);