proxygen
folly::pushmi::operators::flow_from_producer< I, S, Out, Exec > Struct Template Reference

#include <from.h>

Public Member Functions

 flow_from_producer (I begin, S end, Out out, Exec exec, bool s)
 

Public Attributes

c
 
S end
 
Out out
 
Exec exec
 
std::atomic< bool > stop
 

Detailed Description

template<class I, class S, class Out, class Exec>
struct folly::pushmi::operators::flow_from_producer< I, S, Out, Exec >

Definition at line 79 of file from.h.

Constructor & Destructor Documentation

template<class I , class S , class Out , class Exec >
folly::pushmi::operators::flow_from_producer< I, S, Out, Exec >::flow_from_producer ( begin,
S  end,
Out  out,
Exec  exec,
bool  s 
)
inline

Definition at line 80 of file from.h.

81  : c(begin),
82  end(end),
83  out(std::move(out)),
85  stop(s) {}
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
auto begin(TestAdlIterable &instance)
Definition: ForeachTest.cpp:56
static set< string > s

Member Data Documentation

template<class I , class S , class Out , class Exec >
I folly::pushmi::operators::flow_from_producer< I, S, Out, Exec >::c

Definition at line 86 of file from.h.

template<class I , class S , class Out , class Exec >
S folly::pushmi::operators::flow_from_producer< I, S, Out, Exec >::end

Definition at line 87 of file from.h.

template<class I , class S , class Out , class Exec >
Exec folly::pushmi::operators::flow_from_producer< I, S, Out, Exec >::exec

Definition at line 89 of file from.h.

template<class I , class S , class Out , class Exec >
Out folly::pushmi::operators::flow_from_producer< I, S, Out, Exec >::out

Definition at line 88 of file from.h.

template<class I , class S , class Out , class Exec >
std::atomic<bool> folly::pushmi::operators::flow_from_producer< I, S, Out, Exec >::stop

Definition at line 90 of file from.h.


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