proxygen
folly::pushmi::detail::get_fn< T >::on_value_impl Struct Reference

Public Member Functions

template<class... TN>
void operator() (TN &&...tn) const
 

Public Attributes

::folly::pushmi::detail::opt< T > * result_
 

Detailed Description

template<class T>
struct folly::pushmi::detail::get_fn< T >::on_value_impl

Definition at line 343 of file submit.h.

Member Function Documentation

template<class T >
template<class... TN>
void folly::pushmi::detail::get_fn< T >::on_value_impl::operator() ( TN &&...  tn) const
inline

Definition at line 346 of file submit.h.

References folly::T.

346  {
347  *result_ = T{(TN &&) tn...};
348  }
folly::std T
::folly::pushmi::detail::opt< T > * result_
Definition: submit.h:344

Member Data Documentation

template<class T >
::folly::pushmi::detail::opt<T>* folly::pushmi::detail::get_fn< T >::on_value_impl::result_

Definition at line 344 of file submit.h.


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