#include <piping.h>
|
template<class T , class F > |
auto | operator() (T t, F f) const -> decltype(t|f) |
|
template<class T , class F , class... FN, class This = pipe_fn> |
auto | operator() (T t, F f, FN...fn) const -> decltype(This()((t|f), fn...)) |
|
Definition at line 29 of file piping.h.
template<class T , class F >
auto folly::pushmi::pipe_fn::operator() |
( |
T |
t, |
|
|
F |
f |
|
) |
| const -> decltype(t | f) |
|
inline |
template<class T , class F , class... FN, class This = pipe_fn>
auto folly::pushmi::pipe_fn::operator() |
( |
T |
t, |
|
|
F |
f, |
|
|
FN... |
fn |
|
) |
| const -> decltype(This()((t | f), fn...)) |
|
inline |
The documentation for this struct was generated from the following file:
- proxygen/folly/folly/experimental/pushmi/piping.h