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

The is_executor trait detects whether a type T satisfies the execution::executor concept. More...

#include <executor.hpp>

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

Detailed Description

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

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.


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