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__p2300.hpp256 using then_t STDEXEC_STD_DEPRECATED = stdexec::then_t; typedef
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp3031 struct then_t struct
3039 __domain, __make_sexpr<then_t>(static_cast<_Fun&&>(__fun), in operator ()()
3045 __binder_back<then_t, _Fun> operator()(_Fun __fun) const in operator ()() argument
3053 __types<tag_invoke_t(then_t,
3057 tag_invoke_t(then_t, _Sender, _Fun)>;
3066 static_assert(sender_expr_for<_Sender, then_t>);
3087 using __then::then_t;
3092 inline constexpr then_t then{};
3095 struct __sexpr_impl<then_t> : __then::__then_impl