proxygen
|
#include <Base-inl.h>
Classes | |
class | Generator |
Public Member Functions | |
Indirect ()=default | |
template<class Source , class Value , class Gen = Generator<Value, Source>> | |
Gen | compose (GenImpl< Value, Source > &&source) const |
template<class Source , class Value , class Gen = Generator<Value, Source>> | |
Gen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::Operator< Indirect > | |
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< Indirect > | |
Operator ()=default | |
Operator (Operator &&) noexcept=default | |
Operator (const Operator &)=default | |
Operator & | operator= (Operator &&) noexcept=default |
Operator & | operator= (const Operator &)=default |
Indirect - For producing a sequence of the addresses of the values in the input.
This type is usually used through the 'indirect' static value, like:
auto ptrs = from(refs) | indirect;
Definition at line 1860 of file Base-inl.h.
|
default |
|
inline |
|
inline |
Definition at line 1900 of file Base-inl.h.
References folly::gen::FBounded< Self >::self().