Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp604 using __cvref_env_t = std::add_const_t<_Env>&; typedef
606 using __cvref_env_t = const _Env&; typedef
610 requires tag_invocable<_Tag, __cvref_env_t>
612 noexcept(nothrow_tag_invocable<_Tag, __cvref_env_t>) in query()
613 -> tag_invoke_result_t<_Tag, __cvref_env_t> in query()
648 using __cvref_env_t = std::add_const_t<_Env>&; typedef
650 using __cvref_env_t = const _Env&; typedef
655 template <tag_invocable<__cvref_env_t> _Key>
658 noexcept(nothrow_tag_invocable<_Key, __cvref_env_t>) in query()