proxygen
folly::pushmi::send_via< In > Struct Template Reference

#include <request_via.h>

Public Member Functions

requires Invocable< decltype(::folly::pushmi::operators::via), AN... > &&Invocable< invoke_result_t< decltype(::folly::pushmi::operators::via), AN... >, In > auto via (AN &&...an)
 

Public Attributes

In in
 

Detailed Description

template<typename In>
struct folly::pushmi::send_via< In >

Definition at line 27 of file request_via.h.

Member Function Documentation

template<typename In>
requires Invocable<decltype(::folly::pushmi::operators::via), AN...>&& Invocable< invoke_result_t<decltype(::folly::pushmi::operators::via), AN...>, In> auto folly::pushmi::send_via< In >::via ( AN &&...  an)
inline

Definition at line 34 of file request_via.h.

References folly::pushmi::operators::via.

34  {
35  return in | ::folly::pushmi::operators::via((AN &&) an...);
36  }
PUSHMI_INLINE_VAR constexpr detail::via_fn via
Definition: via.h:166

Member Data Documentation

template<typename In>
In folly::pushmi::send_via< In >::in

Definition at line 28 of file request_via.h.

Referenced by folly::pushmi::via_cast().


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