struct apply_dispatch
Declaration
template <typename Func, typename Enable = void>
struct apply_dispatch { /* full declaration omitted */ };Description
////////////////////////////////////////////////////////////////////////
Declared at: libs/pika/executors/include/pika/executors/apply.hpp:27
Method Overview
- public template <typename F, typename... Ts>static inline typename std::enable_if<traits::detail::is_deferred_invocable<F, Ts...>::value, bool>::type call(F && f, Ts &&... ts)
Methods
template <typename F, typename... Ts>
static inline typename std::enable_if<
traits::detail::
is_deferred_invocable<F, Ts...>::value,
bool>::type
call(F&& f, Ts&&... ts)
template <typename F, typename... Ts>
static inline typename std::enable_if<
traits::detail::
is_deferred_invocable<F, Ts...>::value,
bool>::type
call(F&& f, Ts&&... ts)Declared at: libs/pika/executors/include/pika/executors/apply.hpp:32
Parameters
- F&& f
- Ts&&... ts