Home
last modified time | relevance | path

Searched defs:__without_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp35 struct __without_t { struct
37 constexpr auto operator()(_Env&& __env, _Tag) const -> decltype(auto) { in operator ()()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp531 using __without_t = __result_of<__without, _Env, _Query, _Tags...>; typedef