proxygen
|
#include <Combine-inl.h>
Classes | |
class | Generator |
Public Member Functions | |
Zip (Container container) | |
template<class Source , class Value , class Gen = Generator<Value, Source>> | |
Gen | compose (GenImpl< Value, Source > &&source) const |
template<class Source , class Value , class Gen = Generator<Value, Source>> | |
Gen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::Operator< Zip< Container > > | |
ResultGen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
const Self & | self () const |
Self & | self () |
Private Attributes | |
const std::shared_ptr< const Container > | container_ |
Additional Inherited Members | |
Protected Member Functions inherited from folly::gen::Operator< Zip< Container > > | |
Operator ()=default | |
Operator (Operator &&) noexcept=default | |
Operator (const Operator &)=default | |
Operator & | operator= (Operator &&) noexcept=default |
Operator & | operator= (const Operator &)=default |
Combine inputs from Source with values from a sequence container by merging them into a tuple.
Definition at line 99 of file Combine-inl.h.
|
inlineexplicit |
Definition at line 104 of file Combine-inl.h.
References folly::test::begin(), and type.
|
inline |
Definition at line 142 of file Combine-inl.h.
References folly::gen::detail::Interleave< Container >::Generator< Value, Source >::container_, and folly::gen::move.
|
inline |
Definition at line 147 of file Combine-inl.h.
References folly::gen::detail::Interleave< Container >::Generator< Value, Source >::container_, and folly::gen::FBounded< Self >::self().
|
private |
Definition at line 101 of file Combine-inl.h.