Searched defs:__tuple (Results 1 – 1 of 1) sorted by relevance
87 struct __tuple<_Idx, _Ts...> : __box<_Ts, _Is>... { struct89 static constexpr auto __convert_from(__tuple<_Idx, _Us...> &&__tup) -> __tuple { in __convert_from()95 static constexpr auto __convert_from(__tuple<_Idx, _Us...> const &__tup) -> __tuple { in __convert_from()100 STDEXEC_ATTRIBUTE(host, device, always_inline) in STDEXEC_ATTRIBUTE()