Clementine
asio::execution::is_scheduler< T > Struct Template Reference

The is_scheduler trait detects whether a type T satisfies the execution::scheduler concept. More...

#include <scheduler.hpp>

Inheritance diagram for asio::execution::is_scheduler< T >:
Inheritance graph
[legend]
Collaboration diagram for asio::execution::is_scheduler< T >:
Collaboration graph
[legend]

Detailed Description

template<typename T>
struct asio::execution::is_scheduler< T >

The is_scheduler trait detects whether a type T satisfies the execution::scheduler concept.

Class template is_scheduler is a type trait that is derived from true_type if the type T meets the concept definition for a scheduler for error type E, otherwise false_type.


The documentation for this struct was generated from the following file: