proxygen
|
#include <Base-inl.h>
Public Member Functions | |
Yield (Source source) | |
template<class Handler > | |
bool | apply (Handler &&handler) const |
template<class Body > | |
void | foreach (Body &&body) const |
Public Member Functions inherited from folly::gen::GenImpl< Value, Yield< 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 Attributes | |
Source | source_ |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< Value, Yield< Value, Source > > | |
typedef Value | ValueType |
typedef std::decay< Value >::type | StorageType |
Static Public Attributes inherited from folly::gen::GenImpl< Value, Yield< Value, Source > > | |
static constexpr bool | infinite |
Protected Member Functions inherited from folly::gen::GenImpl< Value, Yield< Value, Source > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Yield - For producing values from a user-defined generator by way of a 'yield' function.
Definition at line 406 of file Base-inl.h.
|
inlineexplicit |
Definition at line 410 of file Base-inl.h.
|
inline |
Definition at line 413 of file Base-inl.h.
References handler(), value, and testing::Value().
|
inline |
Definition at line 429 of file Base-inl.h.
|
private |
Definition at line 407 of file Base-inl.h.