proxygen
folly::pushmi::detail::submit_at_fn::fn< TP, AN > Struct Template Reference

Public Member Functions

requires submit_detail::AutoTimeSenderTo< In, AN... > In operator() (In in)
 

Public Attributes

TP at_
 
std::tuple< AN... > args_
 

Detailed Description

template<class TP, class... AN>
struct folly::pushmi::detail::submit_at_fn::fn< TP, AN >

Definition at line 76 of file submit.h.

Member Function Documentation

template<class TP , class... AN>
requires submit_detail::AutoTimeSenderTo<In, AN...> In folly::pushmi::detail::submit_at_fn::fn< TP, AN >::operator() ( In  in)
inline

Member Data Documentation

template<class TP , class... AN>
std::tuple<AN...> folly::pushmi::detail::submit_at_fn::fn< TP, AN >::args_

Definition at line 78 of file submit.h.

template<class TP , class... AN>
TP folly::pushmi::detail::submit_at_fn::fn< TP, AN >::at_

Definition at line 77 of file submit.h.


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