Searched refs:__sexpr_apply_t (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __sender_introspection.hpp | 25 struct __sexpr_apply_t struct 62 __call_result_t<__sexpr_apply_t, _CvrefSender, __sexpr_uncurry_fn<_Fn>>; 70 using __detail::__sexpr_apply_t; 71 inline constexpr __sexpr_apply_t __sexpr_apply{}; 75 __call_result_t<__sexpr_apply_t, _Sender, _ApplyFn>;
|
H A D | __execution_fwd.hpp | 284 struct __sexpr_apply_t; 287 using __detail::__sexpr_apply_t; 288 extern const __sexpr_apply_t __sexpr_apply;
|
H A D | __domain.hpp | 90 if constexpr (__callable<__sexpr_apply_t, _Sender, in __is_nothrow_transform_sender() 93 return __nothrow_callable<__sexpr_apply_t, _Sender, in __is_nothrow_transform_sender() 135 if constexpr (__callable<__sexpr_apply_t, _Sender, in transform_sender()
|
H A D | __basic_sender.hpp | 366 __nothrow_callable<__sexpr_apply_t, _Sexpr&&, in __op_state()
|