proxygen
|
#include <from.h>
Classes | |
struct | out_impl |
Public Member Functions | |
requires DerivedFrom< typename std::iterator_traits< I >::iterator_category, std::forward_iterator_tag > auto | operator() (I begin, S end) const |
requires Range< R > auto | operator() (R &&range) const |
requires DerivedFrom< typename std::iterator_traits< I >::iterator_category, std::forward_iterator_tag > &&Sender< Exec, is_single<>, is_executor<> > auto | operator() (I begin, S end, Exec exec) const |
requires Range< R > &&Sender< Exec, is_single<>, is_executor<> > auto | operator() (R &&range, Exec exec) const |
|
inline |
Definition at line 166 of file from.h.
References folly::test::begin(), folly::test::end(), folly::pushmi::PUSHMI_TEMPLATE(), folly::pushmi::requires(), and folly::pushmi::trampoline().
|
inline |
Definition at line 172 of file from.h.
References folly::test::begin(), folly::test::end(), folly::pushmi::PUSHMI_TEMPLATE(), folly::range(), folly::pushmi::requires(), and folly::pushmi::trampoline().
|
inline |
Definition at line 180 of file from.h.
References folly::test::begin(), folly::test::end(), folly::pushmi::make_flow_many_sender, folly::pushmi::PUSHMI_TEMPLATE(), and folly::pushmi::requires().
|
inline |
Definition at line 186 of file from.h.
References folly::test::begin(), folly::test::end(), and folly::pushmi::operators::flow_from.