Searched refs:_Is (Results 1 – 5 of 5) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __tuple.hpp | 58 template <std::size_t... _Is, __indices<_Is...> _Idx, class... _Ts> 59 struct __tuple<_Idx, _Ts...> : __box<_Ts, _Is>... 66 static_cast<_Self&&>(__self).__box<_Ts, _Is>::__value...))) in apply() 69 static_cast<_Self&&>(__self).__box<_Ts, _Is>::__value...)) in apply() 73 static_cast<_Self&&>(__self).__box<_Ts, _Is>::__value...); in apply() 85 static_cast<_Self&&>(__self).__box<_Ts, _Is>::__value), in for_each()
|
H A D | __meta.hpp | 133 template <std::size_t... _Is> 137 template <std::size_t... _Is> 143 template <class _Ty, _Ty... _Is> 149 template <std::size_t... _Is> 150 extern __indices<_Is...> __mkidx<__idx<std::size_t, _Is...>>; 160 template <class _Ty, _Ty... _Is> 161 using __idx = __indices<_Is...>; 178 template <std::size_t... _Is> 179 auto __mk_indices(__indices<0, _Is...>) -> __indices<_Is...>; 218 __what_{(_Is < _Ny ? __str[_Is] : '\0')...} in __mstring() [all …]
|
H A D | __variant.hpp | 76 template <std::size_t... _Is, __indices<_Is...> _Idx, class... _Ts> 90 ((_Is == __index ? std::destroy_at(static_cast<_Ts*>(__get_ptr())) in __destroy() 184 ((_Is == __index ? static_cast<_Fn&&>(__fn)( in visit() 186 static_cast<_Self&&>(__self).template get<_Is>()) in visit()
|
H A D | __basic_sender.hpp | 317 template <std::size_t... _Is, class... _Child> 318 auto operator()(__indices<_Is...>, _Child&&... __child) const in operator ()() 319 noexcept((__nothrow_connectable<_Child, __receiver_t<_Is>> && ...)) in operator ()() 320 -> __tuple_for<connect_result_t<_Child, __receiver_t<_Is>>...> in operator ()() 323 __receiver_t<_Is>{__op_})...}; in operator ()()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | functional.hpp | 262 template <std::size_t... _Is, class _Fn, class _Tup> 264 constexpr auto __impl(__indices<_Is...>, _Fn&& __fn, _Tup&& __tup) // in __impl() argument 266 get<_Is>(static_cast<_Tup&&>(__tup))...))) in __impl() 268 get<_Is>(static_cast<_Tup&&>(__tup))...)) in __impl() 271 get<_Is>(static_cast<_Tup&&>(__tup))...); in __impl()
|