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

Public Member Functions

void operator() (any)
 

Public Attributes

In in_
 
TP at_
 
Out out_
 

Detailed Description

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

Definition at line 51 of file on.h.

Member Function Documentation

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

Definition at line 55 of file on.h.

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

55  {
57  }
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 TP , class Out >
TP folly::pushmi::detail::on_fn::time_on_value_impl< In, TP, Out >::at_

Definition at line 53 of file on.h.

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

Definition at line 52 of file on.h.

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

Definition at line 54 of file on.h.


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