Searched refs:get_domain_t (Results 1 – 5 of 5) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __env.hpp | 281 struct get_domain_t struct 284 requires tag_invocable<get_domain_t, const _Ty&> 286 -> __decay_t<tag_invoke_result_t<get_domain_t, const _Ty&>> in operator ()() 288 static_assert(nothrow_tag_invocable<get_domain_t, const _Ty&>, in operator ()() 291 __class<__decay_t<tag_invoke_result_t<get_domain_t, const _Ty&>>>, in operator ()() 364 using __queries::get_domain_t; 399 inline constexpr get_domain_t get_domain{}; 402 using __domain_of_t = __decay_t<__call_result_t<get_domain_t, _Env>>;
|
H A D | __domain.hpp | 216 __meval_or<__call_result_t, __none_such, get_domain_t, 253 if constexpr (__callable<get_domain_t, env_of_t<_Sender>>) 287 else if constexpr (__callable<get_domain_t, const _Env&>) in operator ()() 291 else if constexpr (__callable<__composed<get_domain_t, get_scheduler_t>, in operator ()()
|
H A D | __on.hpp | 96 auto query(get_domain_t) const noexcept in query()
|
H A D | __schedule_from.hpp | 109 auto query(get_domain_t) const noexcept in query()
|
H A D | __let.hpp | 152 __env::__without_t<_Env, get_domain_t>>>;
|