|
proxygen
|
#include <Base-inl.h>
Public Member Functions | |
| Collect ()=default | |
| template<class Value , class Source , class StorageType = typename std::decay<Value>::type> | |
| Collection | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::Operator< Collect< Collection > > | |
| ResultGen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
| const Self & | self () const |
| Self & | self () |
Additional Inherited Members | |
Protected Member Functions inherited from folly::gen::Operator< Collect< Collection > > | |
| Operator ()=default | |
| Operator (Operator &&) noexcept=default | |
| Operator (const Operator &)=default | |
| Operator & | operator= (Operator &&) noexcept=default |
| Operator & | operator= (const Operator &)=default |
Collect - For collecting values from a source in a collection of the desired type.
This type is usually used through the helper function 'as', like:
std::string upper = from(stringPiece) | map(&toupper) | as<std::string>();
Definition at line 2294 of file Base-inl.h.
|
default |
|
inline |