proxygen
folly::pushmi::detail::on_fn::on_value_impl< In, Out > Struct Template Reference

Public Member Functions

void operator() (any)
 

Public Attributes

In in_
 
Out out_
 

Detailed Description

template<class In, class Out>
struct folly::pushmi::detail::on_fn::on_value_impl< In, Out >

Definition at line 30 of file on.h.

Member Function Documentation

template<class In , class Out >
void folly::pushmi::detail::on_fn::on_value_impl< In, Out >::operator() ( any  )
inline

Definition at line 33 of file on.h.

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

33  {
35  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr __adl::do_submit_fn submit

Member Data Documentation

template<class In , class Out >
In folly::pushmi::detail::on_fn::on_value_impl< In, Out >::in_

Definition at line 31 of file on.h.

template<class In , class Out >
Out folly::pushmi::detail::on_fn::on_value_impl< In, Out >::out_

Definition at line 32 of file on.h.


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