|
Clementine
|
The is_scheduler trait detects whether a type T satisfies the execution::scheduler concept. More...
#include <scheduler.hpp>


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.
1.8.13