proxygen
folly::pushmi::detail::tap_fn::in_impl< AN > Struct Template Reference

Public Member Functions

requires Sender< In > auto operator() (In in)
 

Public Attributes

std::tuple< AN... > args_
 

Detailed Description

template<class... AN>
struct folly::pushmi::detail::tap_fn::in_impl< AN >

Definition at line 88 of file tap.h.

Member Function Documentation

template<class... AN>
requires Sender<In> auto folly::pushmi::detail::tap_fn::in_impl< AN >::operator() ( In  in)
inline

Definition at line 92 of file tap.h.

References folly::pushmi::detail::tap_fn::impl(), folly::gen::move, folly::pushmi::detail::PUSHMI_TEMPLATE(), and folly::pushmi::detail::requires().

92  {
93  return tap_fn::impl(
94  std::move(in),
96  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
requires Sender< In > &&static Receiver< SideEffects > auto impl(In in, SideEffects sideEffects)
Definition: tap.h:78
std::tuple< AN... > args_
Definition: tap.h:89

Member Data Documentation

template<class... AN>
std::tuple<AN...> folly::pushmi::detail::tap_fn::in_impl< AN >::args_

Definition at line 89 of file tap.h.


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