Home
last modified time | relevance | path

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.hpp25 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.hpp284 struct __sexpr_apply_t;
287 using __detail::__sexpr_apply_t;
288 extern const __sexpr_apply_t __sexpr_apply;
H A D__domain.hpp90 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.hpp366 __nothrow_callable<__sexpr_apply_t, _Sexpr&&, in __op_state()