Home
last modified time | relevance | path

Searched defs: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
53 auto operator()(_Sender&& __sndr, _Fun __fun) const -> __well_formed_sender in operator ()()
64 auto operator()(_Fun __fun) const -> __binder_back<then_t, _Fun> in operator ()()
69 using _Sender = __1;
70 using _Fun = __0;
71 using __legacy_customizations_t =
H A D__p2300.hpp256 using then_t STDEXEC_STD_DEPRECATED = stdexec::then_t; typedef