proxygen
|
#include <Combine-inl.h>
Public Member Functions | |
Generator (Source source, const std::shared_ptr< const Container > container) | |
template<class Handler > | |
bool | apply (Handler &&handler) const |
Public Member Functions inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
bool | apply (Handler &&handler) const |
void | foreach (Body &&body) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
const Self & | self () const |
Self & | self () |
Private Types | |
typedef const Container::value_type & | ConstRefType |
Private Attributes | |
Source | source_ |
const std::shared_ptr< const Container > | container_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
typedef Value | ValueType |
typedef std::decay< Value >::type | StorageType |
Static Public Attributes inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
static constexpr bool | infinite |
Protected Member Functions inherited from folly::gen::GenImpl< Value, Generator< Value, Source > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 46 of file Combine-inl.h.
|
private |
Definition at line 49 of file Combine-inl.h.
|
inlineexplicit |
Definition at line 56 of file Combine-inl.h.
|
inline |
Definition at line 62 of file Combine-inl.h.
References handler(), folly::value(), and testing::Value().
|
private |
Definition at line 48 of file Combine-inl.h.
Referenced by folly::gen::detail::Interleave< Container >::compose(), and folly::gen::detail::Zip< Container >::compose().
|
private |
Definition at line 47 of file Combine-inl.h.