template <typename Executor,
          typename F,
          typename Shape,
          typename... Ts>
auto bulk_async_execute_dispatch(
    pika::traits::detail::wrap_int,
    Executor&&,
    F&&,
    const Shape&,
    Ts&&...)
    -> bulk_async_execute_not_callable<Executor,
                                       F,
                                       Shape,
                                       Ts...>

Declared at: libs/pika/execution/include/pika/execution/executors/execution.hpp:550

Parameters

pika::traits::detail::wrap_int
Executor&&
F&&
const Shape&
Ts&&...