struct is_completion_scheduler_tag_invocable_impl
Declaration
template <bool HasCompletionScheduler,
typename ReceiverCPO,
typename Sender,
typename AlgorithmCPO,
typename... Ts>
struct is_completion_scheduler_tag_invocable_impl
: public std::integral_constant { /* full declaration omitted */ };Declared at: libs/pika/execution_base/include/pika/execution_base/completion_scheduler.hpp:89
Inherits from: std::integral_constant