proxygen
folly::pushmi::detail::via_fn::on_value_impl< Out >::impl< V > Struct Template Reference

#include <via.h>

Public Member Functions

void operator() (any)
 

Public Attributes

v_
 
Out out_
 

Detailed Description

template<class Out>
template<class V>
struct folly::pushmi::detail::via_fn::on_value_impl< Out >::impl< V >

Definition at line 56 of file via.h.

Member Function Documentation

template<class Out >
template<class V >
void folly::pushmi::detail::via_fn::on_value_impl< Out >::impl< V >::operator() ( any  )
inline

Definition at line 59 of file via.h.

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

59  {
61  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr __adl::set_value_fn set_value

Member Data Documentation

template<class Out >
template<class V >
Out folly::pushmi::detail::via_fn::on_value_impl< Out >::impl< V >::out_

Definition at line 58 of file via.h.

template<class Out >
template<class V >
V folly::pushmi::detail::via_fn::on_value_impl< Out >::impl< V >::v_

Definition at line 57 of file via.h.


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