Home
last modified time | relevance | path

Searched defs:tuple_element (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp88 struct tuple_element<I, tuple<Head, Tail...> > struct
90 typedef typename tuple_element<I-1, tuple<Tail...> >::type type;
94 struct tuple_element<0, tuple<Head, Tail...> > struct
96 typedef Head type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp568 …template< std::size_t I, typename T > struct tuple_element< I, const T > : tuple_element< I, T > {… struct
569 …template< std::size_t I, typename T > struct tuple_element< I, volatile T > : tuple_element< I, T … struct
570 …template< std::size_t I, typename T > struct tuple_element< I, const volatile T > : tuple_element<… struct
573 struct tuple_element< I, tuple< Ts... > > struct