proxygen
folly::pushmi::detail::submit_fn Struct Reference

#include <submit.h>

Classes

struct  fn
 

Public Member Functions

template<class... AN>
auto operator() (AN &&...an) const
 

Detailed Description

Definition at line 48 of file submit.h.

Member Function Documentation

template<class... AN>
auto folly::pushmi::detail::submit_fn::operator() ( AN &&...  an) const
inline

Definition at line 68 of file submit.h.

68  {
69  return submit_fn::fn<AN...>{std::tuple<AN...>{(AN &&) an...}};
70  }

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