proxygen
folly::pushmi::detail::no_fail_fn::in_impl Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 41 of file no_fail.h.

Member Function Documentation

requires Sender<In> auto folly::pushmi::detail::no_fail_fn::in_impl::operator() ( In  in) const
inline

Definition at line 43 of file no_fail.h.

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

43  {
45  std::move(in),
46  ::folly::pushmi::detail::submit_transform_out<In>(out_impl<In>{}));
47  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr struct folly::pushmi::detail::sender_from_fn sender_from

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