Clementine
asio::is_executor< T > Struct Template Reference

The is_executor trait detects whether a type T meets the Executor type requirements. More...

#include <is_executor.hpp>

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

Detailed Description

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

The is_executor trait detects whether a type T meets the Executor type requirements.

Class template is_executor is a UnaryTypeTrait that is derived from true_type if the type T meets the syntactic requirements for Executor, otherwise false_type.


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