proxygen
folly::pushmi::detail::do_submit_fn::impl< Out > Struct Template Reference

Public Member Functions

requires SenderTo< In, Out > void operator() (In &in)
 

Public Attributes

Out out_
 

Detailed Description

template<class Out>
struct folly::pushmi::detail::do_submit_fn::impl< Out >

Definition at line 342 of file extension_operators.h.

Member Function Documentation

template<class Out >
requires SenderTo<In, Out> void folly::pushmi::detail::do_submit_fn::impl< Out >::operator() ( In &  in)
inline

Definition at line 346 of file extension_operators.h.

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

346  {
347  submit(in, std::move(out_));
348  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr __adl::do_submit_fn submit

Member Data Documentation

template<class Out >
Out folly::pushmi::detail::do_submit_fn::impl< Out >::out_

Definition at line 343 of file extension_operators.h.


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