Searched refs:index_tuple (Results 1 – 3 of 3) 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 D | variadic_templates_tools.hpp | 139 template<std::size_t...> struct index_tuple{ typedef index_tuple type; }; struct 144 struct concat_index_tuple<index_tuple<I1...>, index_tuple<I2...>> 145 : index_tuple<I1..., (sizeof...(I1)+I2)...>{}; 156 template<> struct build_number_seq<0> : index_tuple<>{}; 157 template<> struct build_number_seq<1> : index_tuple<0>{};
|
| H A D | advanced_insert_int.hpp | 240 …void priv_uninitialized_copy_some_and_update(Allocator &a, const index_tuple<IdxPack...>&, Iterato… in priv_uninitialized_copy_some_and_update() 270 …void priv_copy_some_and_update(Allocator &a, const index_tuple<IdxPack...>&, Iterator p, size_type… in priv_copy_some_and_update()
|
| H A D | iterators.hpp | 631 …RCEINLINE void inplace_impl(Allocator &a, T* ptr, const container_detail::index_tuple<IdxPack...>&) in inplace_impl() 638 …BOOST_CONTAINER_FORCEINLINE void inplace_impl(DestIt dest, const container_detail::index_tuple<Idx… in inplace_impl()
|