proxygen
|
#include <Base-inl.h>
Public Member Functions | |
template<class Handler > | |
bool | apply (Handler &&) const |
template<class Body > | |
void | foreach (Body &&) const |
Public Member Functions inherited from folly::gen::GenImpl< Value, Empty< Value > > | |
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 () |
Static Public Attributes | |
static constexpr bool | infinite = false |
Static Public Attributes inherited from folly::gen::GenImpl< Value, Empty< Value > > | |
static constexpr bool | infinite |
Additional Inherited Members | |
Public Types inherited from folly::gen::GenImpl< Value, Empty< Value > > | |
typedef Value | ValueType |
typedef std::decay< Value >::type | StorageType |
Protected Member Functions inherited from folly::gen::GenImpl< Value, Empty< Value > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Definition at line 435 of file Base-inl.h.
|
inline |
Definition at line 438 of file Base-inl.h.
|
inline |
Definition at line 443 of file Base-inl.h.
|
static |
Definition at line 446 of file Base-inl.h.