Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__utility.hpp49 struct __ignore_t struct
51 __ignore_t() = default;
53 constexpr __ignore_t(auto&&...) noexcept {} in __ignore_t() argument
57 using __ignore_t = __ignore; typedef
H A D__meta.hpp1278 return __nth_pack_element_impl<__ignore_t<_Is>...>(); in __impl()