Home
last modified time | relevance | path

Searched defs:insert_nonmovable_emplace_proxy (Results 1 – 1 of 1) 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 Dadvanced_insert_int.hpp223 struct insert_nonmovable_emplace_proxy struct
225 typedef boost::container::allocator_traits<Allocator> alloc_traits;
226 typedef typename alloc_traits::size_type size_type;
227 typedef typename alloc_traits::value_type value_type;
229 typedef typename build_number_seq<sizeof...(Args)>::type index_tuple_t;
231 explicit insert_nonmovable_emplace_proxy(BOOST_FWD_REF(Args)... args) in insert_nonmovable_emplace_proxy() function
235 void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) in uninitialized_copy_n_and_update()
240 …ialized_copy_some_and_update(Allocator &a, const index_tuple<IdxPack...>&, Iterator p, size_type n) in priv_uninitialized_copy_some_and_update()
247 tuple<Args&...> args_;