template <
typename Executor,
typename F,
typename Shape,
typename Future,
typename... Ts,
int _concept_requires_474 = 42,
typename std::enable_if<
(_concept_requires_474 == 43) ||
(pika::traits::is_executor_any<
Executor>::value &&
std::is_integral<Shape>::value),
int>::type _concept_check_474 = 0>
inline decltype(auto) tag_fallback_invoke(
pika::parallel::execution::
bulk_then_execute_t,
Executor&& exec,
F&& f,
const Shape& shape,
Future&& predecessor,
Ts&&... ts)
template <
typename Executor,
typename F,
typename Shape,
typename Future,
typename... Ts,
int _concept_requires_474 = 42,
typename std::enable_if<
(_concept_requires_474 == 43) ||
(pika::traits::is_executor_any<
Executor>::value &&
std::is_integral<Shape>::value),
int>::type _concept_check_474 = 0>
inline decltype(auto) tag_fallback_invoke(
pika::parallel::execution::
bulk_then_execute_t,
Executor&& exec,
F&& f,
const Shape& shape,
Future&& predecessor,
Ts&&... ts)Declared at: libs/pika/execution_base/include/pika/execution_base/execution.hpp:476
Parameters
- pika::parallel::execution::bulk_then_execute_t
- Executor&& exec
- F&& f
- const Shape& shape
- Future&& predecessor
- Ts&&... ts