proxygen
folly::pushmi::detail::submit_transform_out_3< In, SDSF > Struct Template Reference

#include <extension_operators.h>

Public Member Functions

requires Receiver< Out > &&Invocable< const SDSF &, In &, Out > void operator() (In &in, Out out) const
 

Public Attributes

SDSF sdsf_
 

Detailed Description

template<class In, class SDSF>
struct folly::pushmi::detail::submit_transform_out_3< In, SDSF >

Definition at line 140 of file extension_operators.h.

Member Function Documentation

template<class In , class SDSF >
requires Receiver<Out>&& Invocable<const SDSF&, In&, Out> void folly::pushmi::detail::submit_transform_out_3< In, SDSF >::operator() ( In &  in,
Out  out 
) const
inline

Definition at line 144 of file extension_operators.h.

References folly::gen::move.

144  {
145  sdsf_(in, std::move(out));
146  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567

Member Data Documentation

template<class In , class SDSF >
SDSF folly::pushmi::detail::submit_transform_out_3< In, SDSF >::sdsf_

Definition at line 141 of file extension_operators.h.


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