Clementine
asio::execution::is_receiver< T, ASIO_EXECUTION_RECEIVER_ERROR_DEFAULT > Struct Template Reference

The is_receiver trait detects whether a type T satisfies the execution::receiver concept. More...

#include <receiver.hpp>

Inheritance diagram for asio::execution::is_receiver< T, ASIO_EXECUTION_RECEIVER_ERROR_DEFAULT >:
Inheritance graph
[legend]
Collaboration diagram for asio::execution::is_receiver< T, ASIO_EXECUTION_RECEIVER_ERROR_DEFAULT >:
Collaboration graph
[legend]

Detailed Description

template<typename T, typename E ASIO_EXECUTION_RECEIVER_ERROR_DEFAULT>
struct asio::execution::is_receiver< T, ASIO_EXECUTION_RECEIVER_ERROR_DEFAULT >

The is_receiver trait detects whether a type T satisfies the execution::receiver concept.

Class template is_receiver is a type trait that is derived from true_type if the type T meets the concept definition for a receiver for error type E, otherwise false_type.


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