Home
last modified time | relevance | path

Searched defs:__muncurry_ (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__sender_introspection.hpp100 struct __muncurry_<_Tp> { struct
102 using __f = __detail::__sexpr_uncurry<_Tp, _Fn>;
H A D__tuple.hpp252 struct __muncurry_<__tuple<_Idx, _Ts...>> { struct
254 using __f = __minvoke<_Fn, _Ts...>;
H A D__meta.hpp663 struct __muncurry_<_Ap<_As...>> { struct
665 using __f = __minvoke<_Fn, _As...>;
669 struct __muncurry_<__indices<_Ns...>> { struct
671 using __f = __minvoke<_Fn, __msize_t<_Ns>...>;
675 struct __muncurry_<_Cp<_Np, _Ns...>> { struct
677 using __f = __minvoke<_Fn, std::integral_constant<_Np, _Ns>...>;
681 struct __muncurry_<_ERROR_<_What, _With...>> { struct
683 using __f = _ERROR_<_What, _With...>;
H A D__variant.hpp237 struct __muncurry_<__variant<_Idx, _Ts...>> { struct
239 using __f = __minvoke<_Fn, _Ts...>;