Home
last modified time | relevance | path

Searched refs:then_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__then.hpp50 struct then_t struct
58 __domain, __make_sexpr<then_t>(static_cast<_Fun&&>(__fun), in operator ()()
64 auto operator()(_Fun __fun) const -> __binder_back<then_t, _Fun> in operator ()() argument
72 __types<tag_invoke_t(then_t,
76 tag_invoke_t(then_t, _Sender, _Fun)>;
85 static_assert(sender_expr_for<_Sender, then_t>);
108 using __then::then_t;
113 inline constexpr then_t then{};
116 struct __sexpr_impl<then_t> : __then::__then_impl
H A D__p2300.hpp256 using then_t STDEXEC_STD_DEPRECATED = stdexec::then_t; typedef