proxygen
folly::pushmi::detail::no_fail_fn::out_impl< In > Struct Template Reference

Public Member Functions

requires Receiver< Out > auto operator() (Out out) const
 

Detailed Description

template<class In>
struct folly::pushmi::detail::no_fail_fn::out_impl< In >

Definition at line 34 of file no_fail.h.

Member Function Documentation

template<class In >
requires Receiver<Out> auto folly::pushmi::detail::no_fail_fn::out_impl< In >::operator() ( Out  out) const
inline

Definition at line 36 of file no_fail.h.

References folly::gen::move, and folly::pushmi::on_error().

36  {
37  return ::folly::pushmi::detail::receiver_from_fn<In>()(
38  std::move(out), ::folly::pushmi::on_error(on_error_impl{}));
39  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
auto on_error(Fns...fns) -> on_error_fn< Fns... >
Definition: boosters.h:273

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