Clementine
|
The is_sender_to trait detects whether a type T satisfies the execution::sender_to concept for some receiver. More...
#include <sender.hpp>
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
.