template <typename Executor,
typename F,
typename Shape,
typename... Ts>
auto bulk_sync_execute_dispatch(
pika::traits::detail::wrap_int,
Executor&&,
F&&,
const Shape&,
Ts&&...)
-> bulk_sync_execute_not_callable<Executor,
F,
Shape,
Ts...>
template <typename Executor,
typename F,
typename Shape,
typename... Ts>
auto bulk_sync_execute_dispatch(
pika::traits::detail::wrap_int,
Executor&&,
F&&,
const Shape&,
Ts&&...)
-> bulk_sync_execute_not_callable<Executor,
F,
Shape,
Ts...>Declared at: libs/pika/execution/include/pika/execution/executors/execution.hpp:677
Parameters
- pika::traits::detail::wrap_int
- Executor&&
- F&&
- const Shape&
- Ts&&...