Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp56 struct __tuple;
59 struct __tuple<_Idx, _Ts...> : __box<_Ts, _Is>... struct
92 __tuple(_Ts...) -> __tuple<__indices_for<_Ts...>{}, _Ts...>; in __tuple() function
113 using __t = __tuple<__indices_for<_Ts...>{}, _Ts...>;
167 noexcept(noexcept(__tuple{static_cast<_Ts&&>(__ts)...})) in operator ()()
168 -> decltype(__tuple{static_cast<_Ts&&>(__ts)...})
170 return __tuple{static_cast<_Ts&&>(__ts)...};
178 using __tup::__tuple;
185 using __tuple_for = __tuple<__indices_for<_Ts...>{}, _Ts...>;
193 struct __muncurry_<__tuple<_Idx, _Ts...>>
H A D__just.hpp67 return __make_sexpr<just_t>(__tuple{static_cast<_Ts&&>(__ts)...}); in operator ()()
81 __tuple{static_cast<_Error&&>(__err)}); in operator ()()
93 return __make_sexpr<_Tag>(__tuple{}); in operator ()()
H A D__transfer_just.hpp97 __tuple{static_cast<_Scheduler&&>(__sched), in operator ()()
H A D__basic_sender.hpp322 return __tuple{connect(static_cast<_Child&&>(__child), in operator ()()