Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp63 struct set_next_t struct
66 requires tag_invocable<set_next_t, _Receiver&, _Item>
68 noexcept(nothrow_tag_invocable<set_next_t, _Receiver&, _Item>) in operator ()()
69 -> tag_invoke_result_t<set_next_t, _Receiver&, _Item> in operator ()()
72 next_sender<tag_invoke_result_t<set_next_t, _Receiver&, _Item>>, in operator ()()
80 using __sequence_sndr::set_next_t;
81 inline constexpr set_next_t set_next;
280 requires stdexec::__callable<set_next_t, _Receiver&, _Item>
H A Dany_sender_of.hpp1009 template <same_as<set_next_t> _SetNext, same_as<__t> _Self, class _Item>