|
Clementine
|
The is_executor_of trait detects whether a type T satisfies the execution::executor_of concept for some set of value arguments. More...
#include <executor.hpp>


The is_executor_of trait detects whether a type T satisfies the execution::executor_of concept for some set of value arguments.
Class template is_executor_of is a type trait that is derived from true_type if the type T meets the concept definition for an executor that is invocable with a function object of type F, otherwise false_type.
1.8.13