proxygen
folly::pushmi::any_constrained_executor< E, CV > Struct Template Reference

#include <executor.h>

Inheritance diagram for folly::pushmi::any_constrained_executor< E, CV >:
folly::pushmi::any_constrained_single_sender< E, CV, VN >

Public Types

using properties = property_set< is_constrained<>, is_executor<>, is_single<>>
 
- Public Types inherited from folly::pushmi::any_constrained_single_sender< E, CV, VN >
using properties = property_set< is_constrained<>, is_single<>>
 

Public Member Functions

constexpr any_constrained_executor ()=default
 
- Public Member Functions inherited from folly::pushmi::any_constrained_single_sender< E, CV, VN >
 any_constrained_single_sender ()=default
 
 any_constrained_single_sender (any_constrained_single_sender &&that) noexcept
 
requires ConstrainedSenderTo< wrapped_t< Wrapped >, any_receiver< E, VN... > > any_constrained_single_sender (Wrapped obj) noexcept(insitu< Wrapped >())
 
 ~any_constrained_single_sender ()
 
any_constrained_single_senderoperator= (any_constrained_single_sender &&that) noexcept
 
CV top ()
 
any_constrained_executor< E, CVexecutor ()
 
void submit (CV at, any_receiver< E, VN... > out)
 

Detailed Description

template<class E, class CV>
struct folly::pushmi::any_constrained_executor< E, CV >

Definition at line 297 of file executor.h.

Member Typedef Documentation

Definition at line 298 of file executor.h.

Constructor & Destructor Documentation

template<class E , class CV >
constexpr folly::pushmi::any_constrained_executor< E, CV >::any_constrained_executor ( )
default

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