Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp570 template <__one_of<_Tag, _Tags...> _Key>
571 auto query(_Key) const noexcept -> const _Value& in query()
646 template <tag_invocable<__cvref_env_t> _Key>
648 auto query(_Key) const noexcept( in query()
649 nothrow_tag_invocable<_Key, __cvref_env_t>) -> decltype(auto) in query()
651 return tag_invoke(_Key(), __env_); in query()