proxygen
folly::pushmi::passDSF Struct Reference

#include <boosters.h>

Public Member Functions

template<class Data , class Out >
void operator() (Data &in, Out out)
 
template<class Data , class TP , class Out >
void operator() (Data &in, TP at, Out out)
 

Detailed Description

Definition at line 160 of file boosters.h.

Member Function Documentation

template<class Data , class Out >
void folly::pushmi::passDSF::operator() ( Data in,
Out  out 
)
inline

Definition at line 162 of file boosters.h.

References folly::gen::move, and folly::pushmi::submit.

162  {
163  submit(in, std::move(out));
164  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr __adl::do_submit_fn submit
template<class Data , class TP , class Out >
void folly::pushmi::passDSF::operator() ( Data in,
TP  at,
Out  out 
)
inline

Definition at line 166 of file boosters.h.

References folly::gen::move, and folly::pushmi::submit.

166  {
167  submit(in, std::move(at), std::move(out));
168  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr __adl::do_submit_fn submit

The documentation for this struct was generated from the following file: