proxygen
folly::pushmi::any_time_single_sender< E, TP, VN > Class Template Reference

#include <forwards.h>

Inheritance diagram for folly::pushmi::any_time_single_sender< E, TP, VN >:
folly::pushmi::any_constrained_single_sender< E, TP, VN... > folly::pushmi::any_time_executor< E, TP >

Public Types

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

Public Member Functions

constexpr any_time_single_sender ()=default
 
template<class T >
constexpr any_time_single_sender (T t)
 
template<class T0 , class T1 , class... TN>
constexpr any_time_single_sender (T0 t0, T1 t1, TN...tn)
 
any_time_executor< E, TP > executor ()
 
- Public Member Functions inherited from folly::pushmi::any_constrained_single_sender< E, TP, 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
 
TP top ()
 
any_constrained_executor< E, TP > executor ()
 
void submit (TPat, any_receiver< E, VN... > out)
 

Detailed Description

template<class E, class TP, class... VN>
class folly::pushmi::any_time_single_sender< E, TP, VN >

Definition at line 133 of file forwards.h.

Member Typedef Documentation

template<class E , class TP , class... VN>
using folly::pushmi::any_time_single_sender< E, TP, VN >::properties = property_set<is_time<>, is_single<>>

Definition at line 30 of file time_single_sender.h.

Constructor & Destructor Documentation

template<class E , class TP , class... VN>
constexpr folly::pushmi::any_time_single_sender< E, TP, VN >::any_time_single_sender ( )
default
template<class E , class TP , class... VN>
template<class T >
constexpr folly::pushmi::any_time_single_sender< E, TP, VN >::any_time_single_sender ( T  t)
inlineexplicit

Definition at line 33 of file time_single_sender.h.

34  : any_constrained_single_sender<E, TP, VN...>(std::move(t)) {}
requires Tuple && t
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
template<class E , class TP , class... VN>
template<class T0 , class T1 , class... TN>
constexpr folly::pushmi::any_time_single_sender< E, TP, VN >::any_time_single_sender ( T0  t0,
T1  t1,
TN...  tn 
)
inline

Definition at line 36 of file time_single_sender.h.

37  : any_constrained_single_sender<E, TP, VN...>(
38  std::move(t0),
39  std::move(t1),
40  std::move(tn)...) {}
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567

Member Function Documentation

template<class E , class TP , class... VN>
any_time_executor<E, TP> folly::pushmi::any_time_single_sender< E, TP, VN >::executor ( )
inline

Definition at line 42 of file time_single_sender.h.

References folly::pushmi::any_constrained_single_sender< E, CV, VN >::executor().

42  {
43  return any_time_executor<E, TP>{
45  }

The documentation for this class was generated from the following files: