Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp269 struct get_domain_t struct
272 requires tag_invocable<get_domain_t, const _Ty&>
274 -> tag_invoke_result_t<get_domain_t, const _Ty&> in operator ()()
276 static_assert(nothrow_tag_invocable<get_domain_t, const _Ty&>, in operator ()()
278 static_assert(__class<tag_invoke_result_t<get_domain_t, const _Ty&>>, in operator ()()
280 return tag_invoke(get_domain_t{}, __ty); in operator ()()
283 friend constexpr auto tag_invoke(forwarding_query_t, get_domain_t) noexcept in tag_invoke() argument
297 using __queries::get_domain_t;
332 inline constexpr get_domain_t get_domain{};
H A D__domain.hpp179 __meval_or<__call_result_t, __none_such, get_domain_t,
216 if constexpr (__callable<get_domain_t, env_of_t<_Sender>>)
218 return __call_result_t<get_domain_t, env_of_t<_Sender>>();
250 else if constexpr (__callable<get_domain_t, const _Env&>) in operator ()()
254 else if constexpr (__callable<__composed<get_domain_t, get_scheduler_t>, in operator ()()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp4068 __env::__without_t<_Env, get_domain_t>>>;
4869 template <same_as<get_domain_t> _Key>
6327 friend auto tag_invoke(get_domain_t, const __with_sched& __self) noexcept in tag_invoke() argument