HelenOS sources
tuple_element 193 uspace/lib/cpp/include/__bits/adt/array.hpp struct tuple_element;
tuple_element 122 uspace/lib/cpp/include/__bits/tuple/tuple.hpp class tuple_element; // undefined
tuple_element 127 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = add_const_t<typename tuple_element<I, T>::type>;
tuple_element 133 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = add_volatile_t<typename tuple_element<I, T>::type>;
tuple_element 139 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using type = add_cv_t<typename tuple_element<I, T>::type>;
tuple_element 166 uspace/lib/cpp/include/__bits/tuple/tuple.hpp using tuple_element_t = typename tuple_element<I, T>::type;
tuple_element 272 uspace/lib/cpp/include/__bits/tuple/tuple.hpp return forward<typename tuple_element<I, tuple<Ts...>>::type&&>(get<I>(tpl));
tuple_element 40 uspace/lib/cpp/include/__bits/tuple/tuple_cat.hpp struct tuple_element;
tuple_element 43 uspace/lib/cpp/include/__bits/tuple/tuple_cat.hpp constexpr typename tuple_element<I, tuple<Ts...>>::type& get(tuple<Ts...>& tpl) noexcept;
tuple_element 40 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp struct tuple_element;
tuple_element 43 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp constexpr typename tuple_element<I, tuple<Ts...>>::type& get(tuple<Ts...>& tpl) noexcept;
tuple_element 167 uspace/lib/cpp/include/__bits/utility/utility.hpp class tuple_element;
tuple_element 170 uspace/lib/cpp/include/__bits/utility/utility.hpp using tuple_element_t = typename tuple_element<I, T>::type;
tuple_element 364 uspace/lib/cpp/include/__bits/utility/utility.hpp struct tuple_element;
tuple_element 377 uspace/lib/cpp/include/__bits/utility/utility.hpp using tuple_element_t = typename tuple_element<I, T>::type;
HelenOS homepage, sources at GitHub