Searched refs:__cvref_env_t (Results 1 – 1 of 1) sorted by relevance
604 using __cvref_env_t = std::add_const_t<_Env>&; typedef606 using __cvref_env_t = const _Env&; typedef610 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>&; typedef650 using __cvref_env_t = const _Env&; typedef655 template <tag_invocable<__cvref_env_t> _Key>658 noexcept(nothrow_tag_invocable<_Key, __cvref_env_t>) in query()