Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__when_all.hpp272 struct when_all_t struct
277 __types<tag_invoke_t(when_all_t, _Sender...)>;
285 __domain, __make_sexpr<when_all_t>( in operator ()()
316 static_assert(sender_expr_for<_Self, when_all_t>);
469 return when_all_t()( in transform_sender()
531 when_all_t()(static_cast<_Child&&>(__child)...), in transform_sender()
611 using __when_all::when_all_t;
612 inline constexpr when_all_t when_all{};
625 struct __sexpr_impl<when_all_t> : __when_all::__when_all_impl
H A D__p2300.hpp264 using when_all_t STDEXEC_STD_DEPRECATED = stdexec::when_all_t; typedef