proxygen
folly::pushmi::detail::tap_fn::out_impl Struct Reference

Public Member Functions

requires Receiver< Out > &&SenderTo< In, Out > &&SenderTo< In, decltype(::folly::pushmi::detail::receiver_from_fn< In >)(detail::make_tap(std::declval< SideEffects >), std::declval< Out >))))> auto operator() (Out out) const
 

Public Attributes

SideEffects sideEffects_
 

Detailed Description

Definition at line 100 of file tap.h.

Member Function Documentation

requires Receiver<Out>&& SenderTo<In, Out>&& SenderTo< In, decltype( ::folly::pushmi::detail::receiver_from_fn<In>)(detail::make_tap( std::declval<SideEffects>), std::declval<Out>))))> auto folly::pushmi::detail::tap_fn::out_impl::operator() ( Out  out) const
inline

Definition at line 109 of file tap.h.

References folly::pushmi::detail::make_tap, and folly::gen::move.

109  {
112  return gang;
113  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr struct folly::pushmi::detail::make_tap_fn make_tap

Member Data Documentation

SideEffects folly::pushmi::detail::tap_fn::out_impl::sideEffects_

Definition at line 101 of file tap.h.


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