Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp59 struct __tuple<_Idx, _Ts...> : __box<_Ts, _Is>... struct
62 static __tuple __convert_from(__tuple<_Idx, _Us...>&& __tup) in __convert_from()
68 static __tuple __convert_from(const __tuple<_Idx, _Us...>& __tup) in __convert_from()
75 static auto apply(_Fn&& __fn, _Self&& __self, _Us&&... __us) // in apply()
91 static auto for_each(_Fn&& __fn, _Self&& __self, _Us&&... __us) // in for_each()
104 __tuple(_Ts...) -> __tuple<__indices_for<_Ts...>{}, _Ts...>; in __tuple() function