struct is_scheduler
Declaration
template <typename Scheduler, typename Enable = void>
struct is_scheduler : public std::integral_constant { /* full declaration omitted */ };Declared at: libs/pika/execution_base/include/pika/execution_base/sender.hpp:455
Inherits from: std::integral_constant