Struct bulk_execute_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
bulk_execute_t¶ Customization point object tag for concore::bulk_execute()
To add support for concore::bulk_execute() to a type
T, for given functor typeFand a numeric typeN, one can define:void tag_invoke(bulk_execute_t, T, F, N);