Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp64 using __result_t = tag_invoke_result_t<forwarding_query_t, _Query>; in operator ()() typedef
67 if constexpr (__is_bool_constant<__result_t>) in operator ()()
69 return __result_t::value; in operator ()()
153 using __result_t = typedef
158 constexpr auto operator()(_Tp&&) const noexcept(noexcept(__result_t<_Tp>{})) in operator ()()
159 -> __result_t<_Tp>
H A D__sync_wait.hpp345 using __result_t = in operator ()() typedef
348 static_assert(__is_instance_of<__result_t, std::optional>); in operator ()()
349 using __variant_t = typename __result_t::value_type; in operator ()()
H A D__connect_awaitable.hpp215 using __result_t = __await_result_t<_Awaitable, __promise_t<_Receiver>>; in __co_impl() typedef
219 if constexpr (same_as<__result_t, void>) in __co_impl()
H A D__variant.hpp178 using __result_t = __call_result_t<_Fn, _As...>; in emplace_from() typedef
180 stdexec::__index_of<__result_t, _Ts...>(); in emplace_from()
H A D__read_env.hpp38 using __result_t = __call_result_t<_Tag, env_of_t<stdexec::__t<_ReceiverId>>>; typedef
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp281 using __result_t = decltype(__apply_::__impl( typedef
286 concept __applicable = __mvalid<__apply_::__result_t, _Fn, _Tup>;
297 using __apply_result_t = __apply_::__result_t<_Fn, _Tup>;