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


The is_executor trait detects whether a type T satisfies the execution::executor concept.
Class template is_executor is a UnaryTypeTrait that is derived from true_type if the type T meets the concept definition for an executor, otherwise false_type.
1.8.13