proxygen
folly::pushmi::detail::submit_at_fn Struct Reference

#include <submit.h>

Classes

struct  fn
 

Public Member Functions

requires Regular< TP > auto operator() (TP at, AN...an) const
 

Detailed Description

Definition at line 73 of file submit.h.

Member Function Documentation

requires Regular<TP> auto folly::pushmi::detail::submit_at_fn::operator() ( TP  at,
AN...  an 
) const
inline

Definition at line 92 of file submit.h.

References folly::gen::move.

92  {
93  return submit_at_fn::fn<TP, AN...>{std::move(at),
94  std::tuple<AN...>{(AN &&) an...}};
95  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567

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