proxygen
folly::pushmi::operators::just_fn Struct Reference

#include <just.h>

Classes

struct  impl
 
struct  sender_base
 

Public Member Functions

requires And< SemiMovable< VN >... > auto operator() (VN...vn) const
 

Detailed Description

Definition at line 27 of file just.h.

Member Function Documentation

requires And<SemiMovable<VN>...> auto folly::pushmi::operators::just_fn::operator() ( VN...  vn) const
inline

Definition at line 52 of file just.h.

References folly::pushmi::operators::just, folly::pushmi::make_single_sender, and folly::gen::move.

52  {
53  return make_single_sender(
54  sender_base{}, impl<VN...>{std::tuple<VN...>{std::move(vn)...}});
55  }
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
PUSHMI_INLINE_VAR constexpr struct folly::pushmi::make_single_sender_fn make_single_sender

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