proxygen
|
#include <Parallel-inl.h>
Public Member Functions | |
Sub (Sink sink) | |
template<class Value , class Source , class Result = decltype(std::declval<Sink>().compose(std::declval<Source>())), class Just = SingleCopy<typename std::decay<Result>::type>> | |
Just | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::Operator< Sub< Sink > > | |
ResultGen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
const Self & | self () const |
Self & | self () |
Private Attributes | |
Sink | sink_ |
Additional Inherited Members | |
Protected Member Functions inherited from folly::gen::Operator< Sub< Sink > > | |
Operator ()=default | |
Operator (Operator &&) noexcept=default | |
Operator (const Operator &)=default | |
Operator & | operator= (Operator &&) noexcept=default |
Operator & | operator= (const Operator &)=default |
Definition at line 133 of file Parallel-inl.h.
|
inlineexplicit |
|
inline |
Definition at line 145 of file Parallel-inl.h.
|
private |
Definition at line 134 of file Parallel-inl.h.