Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp410 template <__one_of<_Tag, _Tags...> _Key>
411 friend auto tag_invoke(_Key, const __with& __self) // in tag_invoke() argument
490 template <__one_of<_Tag, _Tags...> _Key, class _Self>
492 friend auto tag_invoke(_Key, _Self&&) noexcept = delete;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp4869 template <same_as<get_domain_t> _Key>
4870 friend auto tag_invoke(_Key, const __t& __self) noexcept in tag_invoke()