HelenOS sources
tuple_element_wrapper 173 uspace/lib/cpp/include/__bits/tuple/tuple.hpp constexpr tuple_element_wrapper() = default;
tuple_element_wrapper 197 uspace/lib/cpp/include/__bits/tuple/tuple.hpp class tuple_impl<index_sequence<Is...>, Ts...>: public tuple_element_wrapper<Is, Ts>...
tuple_element_wrapper 201 uspace/lib/cpp/include/__bits/tuple/tuple.hpp : tuple_element_wrapper<Is, Ts>{}...
tuple_element_wrapper 206 uspace/lib/cpp/include/__bits/tuple/tuple.hpp : tuple_element_wrapper<Is, Ts>(forward<Us>(us))...
tuple_element_wrapper 264 uspace/lib/cpp/include/__bits/tuple/tuple.hpp aux::tuple_element_wrapper<I, tuple_element_t<I, tuple<Ts...>>>& wrapper = tpl;
tuple_element_wrapper 278 uspace/lib/cpp/include/__bits/tuple/tuple.hpp const aux::tuple_element_wrapper<I, tuple_element_t<I, tuple<Ts...>>>& wrapper = tpl;
HelenOS homepage, sources at GitHub