Searched defs:__muncurry_ (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __sender_introspection.hpp | 103 struct __muncurry_<_Tp> struct 106 using __f = __detail::__sexpr_uncurry<_Tp, _Fn>;
|
H A D | __variant.hpp | 240 struct __muncurry_<__variant<_Idx, _Ts...>> struct 243 using __f = __minvoke<_Fn, _Ts...>;
|
H A D | __tuple.hpp | 205 struct __muncurry_<__tuple<_Idx, _Ts...>> struct 208 using __f = __minvoke<_Fn, _Ts...>;
|
H A D | __meta.hpp | 769 struct __muncurry_<_Ap<_As...>> struct 772 using __f = __minvoke<_Fn, _As...>; 776 struct __muncurry_<__pack::__t<_Ns...>*> struct 779 using __f = __minvoke<_Fn, __msize_t<_Ns>...>; 783 struct __muncurry_<_Cp<_Np, _Ns...>> struct 786 using __f = __minvoke<_Fn, std::integral_constant<_Np, _Ns>...>; 790 struct __muncurry_<_ERROR_<_What, _With...>> struct 793 using __f = _ERROR_<_What, _With...>;
|