proxygen
|
#include <Base-inl.h>
Public Types | |
typedef std::vector< Value > | VectorType |
typedef Key | KeyType |
typedef Value | ValueType |
Public Types inherited from folly::gen::GenImpl< Value &&, Group< Key, Value > > | |
typedef Value && | ValueType |
typedef std::decay< Value && >::type | StorageType |
Public Member Functions | |
Group (Key key, VectorType values) | |
const Key & | key () const |
size_t | size () const |
const VectorType & | values () const |
VectorType & | values () |
VectorType | operator| (const detail::Collect< VectorType > &) const |
VectorType | operator| (const detail::CollectTemplate< std::vector > &) const |
template<class Body > | |
void | foreach (Body &&body) const |
template<class Handler > | |
bool | apply (Handler &&handler) const |
Public Member Functions inherited from folly::gen::GenImpl< Value &&, Group< Key, 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 &&, Group< Key, Value > > | |
static constexpr bool | infinite |
Private Attributes | |
Key | key_ |
VectorType | values_ |
Additional Inherited Members | |
Protected Member Functions inherited from folly::gen::GenImpl< Value &&, Group< Key, Value > > | |
GenImpl ()=default | |
GenImpl (GenImpl &&)=default | |
GenImpl (const GenImpl &)=default | |
GenImpl & | operator= (GenImpl &&)=default |
GenImpl & | operator= (const GenImpl &)=default |
Group - The output objects from the GroupBy operator
Definition at line 48 of file Base-inl.h.
typedef Key folly::gen::Group< Key, Value >::KeyType |
Definition at line 55 of file Base-inl.h.
typedef Value folly::gen::Group< Key, Value >::ValueType |
Definition at line 56 of file Base-inl.h.
typedef std::vector<Value> folly::gen::Group< Key, Value >::VectorType |
Definition at line 52 of file Base-inl.h.
|
inline |
Definition at line 58 of file Base-inl.h.
|
inline |
Definition at line 91 of file Base-inl.h.
References handler(), folly::gen::move, and value.
|
inline |
Definition at line 84 of file Base-inl.h.
References folly::gen::move, and value.
|
inline |
Definition at line 61 of file Base-inl.h.
Referenced by TEST().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 68 of file Base-inl.h.
|
inline |
Definition at line 71 of file Base-inl.h.
|
static |
Definition at line 101 of file Base-inl.h.
|
private |
Definition at line 104 of file Base-inl.h.
|
mutableprivate |
Definition at line 105 of file Base-inl.h.