Searched defs:then_t (Results 1 – 2 of 2) sorted by relevance
50 struct then_t struct53 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 =
256 using then_t STDEXEC_STD_DEPRECATED = stdexec::then_t; typedef