Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp162 using __make_indices = // typedef
173 using __make_indices = __make_integer_seq<__pack::__idx, std::size_t, _Np>; typedef
178 extern __indices<__integer_pack(_Np)...> __make_indices;
182 using __make_indices = decltype(__pack::__make_indices<_Np>); typedef
195 using __make_indices = decltype(__pack::__mk_indices(__indices<_Np>{})); typedef
199 using __indices_for = __make_indices<sizeof...(_Ts)>;
231 __mstring{__str, __make_indices<_Len>{}} in __mstring()
1201 using __m_at_c = __minvoke<__m_at_<__make_indices<_Np>>, _Ts...>;
1225 using __f = __minvoke<__impl<__make_indices<sizeof...(_Ts) - 1>>, _Ts...>;
1286 return __impl(__make_indices<_Np>())(static_cast<_Ts&&>(__ts)...); in operator ()()
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dfunctional.hpp278 __make_indices<std::tuple_size<std::remove_cvref_t<_Tup>>::value>;