proxygen
|
#include <Base-inl.h>
Classes | |
class | Generator |
Public Member Functions | |
Dereference ()=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< Dereference > | |
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< Dereference > | |
Operator ()=default | |
Operator (Operator &&) noexcept=default | |
Operator (const Operator &)=default | |
Operator & | operator= (Operator &&) noexcept=default |
Operator & | operator= (const Operator &)=default |
Dereference - For dereferencing a sequence of pointers while filtering out null pointers.
This type is usually used through the 'dereference' static value, like:
auto refs = from(ptrs) | dereference;
Definition at line 1804 of file Base-inl.h.
|
default |
|
inline |
|
inline |
Definition at line 1847 of file Base-inl.h.
References folly::gen::FBounded< Self >::self().