Home
last modified time | relevance | path

Searched defs:insert_move_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.hpp174 struct insert_move_proxy struct
176 typedef boost::container::allocator_traits<Allocator> alloc_traits;
177 typedef typename alloc_traits::size_type size_type;
178 typedef typename alloc_traits::value_type value_type;
180 explicit insert_move_proxy(value_type &v) in insert_move_proxy() argument
184 void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) const in uninitialized_copy_n_and_update()
190 void copy_n_and_update(Allocator &, Iterator p, size_type n) const in copy_n_and_update()
196 value_type &v_;