Searched defs:__tuple (Results 1 – 1 of 1) sorted by relevance
59 struct __tuple<_Idx, _Ts...> : __box<_Ts, _Is>... struct62 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