Home
last modified time | relevance | path

Searched refs:transfer_just_t (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__transfer_just.hpp48 _Ts&&... __ts) -> tag_invoke_result_t<transfer_just_t, _Ts...> { in __transfer_just_tag_invoke()
84 struct transfer_just_t struct
96 __domain, __make_sexpr<transfer_just_t>( in operator ()()
132 using __transfer_just::transfer_just_t;
133 inline constexpr transfer_just_t transfer_just{};
136 struct __sexpr_impl<transfer_just_t> : __transfer_just::__transfer_just_impl
H A D__execution_fwd.hpp236 struct transfer_just_t;
239 using __transfer_just::transfer_just_t;
240 extern const transfer_just_t transfer_just;
H A D__p2300.hpp230 using transfer_just_t STDEXEC_STD_DEPRECATED = stdexec::transfer_just_t; typedef