#include <flow_receiver.h>
Definition at line 325 of file flow_receiver.h.
auto folly::pushmi::make_flow_receiver_fn::operator() |
( |
| ) |
const |
|
inline |
template<class... EFN>
auto folly::pushmi::make_flow_receiver_fn::operator() |
( |
on_error_fn< EFN... > |
ef | ) |
const |
|
inline |
Definition at line 339 of file flow_receiver.h.
References folly::gen::move.
340 return flow_receiver<ignoreVF, on_error_fn<EFN...>, ignoreDF, ignoreStrtF>{
constexpr detail::Map< Move > move
template<class... DFN>
auto folly::pushmi::make_flow_receiver_fn::operator() |
( |
on_done_fn< DFN... > |
df | ) |
const |
|
inline |
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::True<> |
PUSHMI_BROKEN_SUBSUMPTIONPUSHMI_ANDnot lazy::FlowReceiverDataArg< VF > | ) |
const |
|
inline |
Definition at line 330 of file flow_receiver.h.
References folly::gen::move.
335 return flow_receiver<VF, abortEF, ignoreDF, ignoreStrtF>{
constexpr detail::Map< Move > move
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::True<> |
PUSHMI_BROKEN_SUBSUMPTIONPUSHMI_ANDnot lazy::FlowReceiverDataArg< VF > PUSHMI_ANDnot lazy::Invocable< EF & > | ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::True<> PUSHMI_AND lazy::Invocable< DF & > |
PUSHMI_BROKEN_SUBSUMPTIONPUSHMI_ANDnot lazy::FlowReceiverDataArg< EF > | ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::Invocable< DF & > |
PUSHMI_BROKEN_SUBSUMPTIONPUSHMI_ANDnot lazy::FlowReceiverDataArg< VF > | ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::Invocable< DF & > |
PUSHMI_BROKEN_SUBSUMPTIONPUSHMI_ANDnot lazy::FlowReceiverDataArg< VF > | ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::True<> PUSHMI_AND lazy::FlowReceiverDataArg< Data > |
| ) |
const |
|
inline |
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::True<> PUSHMI_AND lazy::FlowReceiverDataArg< Data > |
| ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::FlowReceiverDataArg< Data > |
| ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::FlowReceiverDataArg< Data > |
| ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::FlowReceiverDataArg< Data > |
PUSHMI_BROKEN_SUBSUMPTIONPUSHMI_ANDnot lazy::Invocable< DEF &, Data & > | ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::FlowReceiverDataArg< Data > PUSHMI_AND lazy::Invocable< DDF &, Data & > |
| ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::FlowReceiverDataArg< Data > PUSHMI_AND lazy::Invocable< DDF &, Data & > |
| ) |
|
requires folly::pushmi::make_flow_receiver_fn::PUSHMI_EXP |
( |
lazy::FlowReceiverDataArg< Data > PUSHMI_AND lazy::Invocable< DDF &, Data & > |
| ) |
|
requires EF ef folly::pushmi::make_flow_receiver_fn::const |
requires DF df folly::pushmi::make_flow_receiver_fn::const |
requires EF DF df folly::pushmi::make_flow_receiver_fn::const |
requires EF DF StrtF strtf folly::pushmi::make_flow_receiver_fn::const |
requires DVF nf folly::pushmi::make_flow_receiver_fn::const |
Initial value:{
return flow_receiver<Data, DVF, passDEF, passDDF, passDStrtF>{
Definition at line 397 of file flow_receiver.h.
Initial value:{
return flow_receiver<Data, passDVF, on_error_fn<DEFN...>, passDDF, passDStrtF>{
Definition at line 404 of file flow_receiver.h.
Initial value:{
return flow_receiver<Data, passDVF, passDEF, on_done_fn<DDFN...>, passDStrtF>{
Definition at line 411 of file flow_receiver.h.
requires DVF DEF ef folly::pushmi::make_flow_receiver_fn::const |
requires DEF DDF df folly::pushmi::make_flow_receiver_fn::const |
Initial value:{
return flow_receiver<Data, passDVF, DEF, DDF, passDStrtF>{
Definition at line 427 of file flow_receiver.h.
requires DVF DEF DDF df folly::pushmi::make_flow_receiver_fn::const |
requires DVF DEF DDF DStrtF strtf folly::pushmi::make_flow_receiver_fn::const |
requires EF DF folly::pushmi::make_flow_receiver_fn::df |
requires DVF DEF DDF folly::pushmi::make_flow_receiver_fn::df |
requires DVF DEF folly::pushmi::make_flow_receiver_fn::ef |
requires DEF folly::pushmi::make_flow_receiver_fn::ef |
requires DVF DEF folly::pushmi::make_flow_receiver_fn::ef |
requires DVF folly::pushmi::make_flow_receiver_fn::nf |
The documentation for this struct was generated from the following file: