Struct bulk_execute_t

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 type F and a numeric type N, one can define:

void tag_invoke(bulk_execute_t, T, F, N);

See

concore::bulk_execute()