proxygen
|
#include <Base-inl.h>
Classes | |
class | Generator |
Public Member Functions | |
RangeConcat ()=default | |
template<class Value , class Source , class Gen = Generator<Value, Source>> | |
Gen | compose (GenImpl< Value, Source > &&source) const |
template<class Value , class Source , class Gen = Generator<Value, Source>> | |
Gen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::Operator< RangeConcat > | |
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< RangeConcat > | |
Operator ()=default | |
Operator (Operator &&) noexcept=default | |
Operator (const Operator &)=default | |
Operator & | operator= (Operator &&) noexcept=default |
Operator & | operator= (const Operator &)=default |
RangeConcat - For flattening generators of iterables.
This type is usually used through the 'rconcat' static value, like:
map<int, vector<int>> adjacency; auto sinks = from(adjacency) | get<1>() | rconcat() | as<std::set>();
Definition at line 1678 of file Base-inl.h.
|
default |
|
inline |
|
inline |
Definition at line 1725 of file Base-inl.h.
References folly::gen::FBounded< Self >::self().