Clementine
asio::execution::is_sender_to< T, R > Struct Template Reference

The is_sender_to trait detects whether a type T satisfies the execution::sender_to concept for some receiver. More...

#include <sender.hpp>

Inheritance diagram for asio::execution::is_sender_to< T, R >:
Inheritance graph
[legend]
Collaboration diagram for asio::execution::is_sender_to< T, R >:
Collaboration graph
[legend]

Detailed Description

template<typename T, typename R>
struct asio::execution::is_sender_to< T, R >

The is_sender_to trait detects whether a type T satisfies the execution::sender_to concept for some receiver.

Class template is_sender_to is a type trait that is derived from true_type if the type T meets the concept definition for a sender for some receiver type R, otherwise false.


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