proxygen
folly::pushmi::detail::set_value_fn Struct Reference

#include <extension_operators.h>

Classes

struct  impl
 

Public Member Functions

template<class... VN>
auto operator() (VN &&...vn) const
 

Detailed Description

Definition at line 246 of file extension_operators.h.

Member Function Documentation

template<class... VN>
auto folly::pushmi::detail::set_value_fn::operator() ( VN &&...  vn) const
inline

Definition at line 262 of file extension_operators.h.

262  {
263  return impl<std::decay_t<VN>...>{(VN &&) vn...};
264  }

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