Clementine
asio::execution::is_executor_of< T, F > Struct Template Reference

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>

Inheritance diagram for asio::execution::is_executor_of< T, F >:
Inheritance graph
[legend]
Collaboration diagram for asio::execution::is_executor_of< T, F >:
Collaboration graph
[legend]

Detailed Description

template<typename T, typename F>
struct asio::execution::is_executor_of< T, F >

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.


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