proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
Public Member Functions
|
List of all members
folly::pushmi::detail::request_via_fn::impl Struct Reference
Public Member Functions
requires
Sender< In > auto
operator()
(In in) const
Detailed Description
Definition at line
43
of file
request_via.h
.
Member Function Documentation
requires
Sender<In> auto folly::pushmi::detail::request_via_fn::impl::operator()
(
In
in
)
const
inline
Definition at line
46
of file
request_via.h
.
46
{
47
return
send_via<In>{in};
48
}
The documentation for this struct was generated from the following file:
proxygen/folly/folly/experimental/pushmi/o/
request_via.h
folly
pushmi
detail
request_via_fn
impl
Generated by
1.8.11