Home
last modified time | relevance | path

Searched defs:insert_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.hpp251 struct insert_emplace_proxy struct
254 typedef insert_nonmovable_emplace_proxy<Allocator, Iterator, Args...> base_t;
255 typedef boost::container::allocator_traits<Allocator> alloc_traits;
256 typedef typename base_t::value_type value_type;
257 typedef typename base_t::size_type size_type;
258 typedef typename base_t::index_tuple_t index_tuple_t;
260 explicit insert_emplace_proxy(BOOST_FWD_REF(Args)... args) in insert_emplace_proxy() function
264 void copy_n_and_update(Allocator &a, Iterator p, size_type n) in copy_n_and_update()
270 …id priv_copy_some_and_update(Allocator &a, const index_tuple<IdxPack...>&, Iterator p, size_type n) in priv_copy_some_and_update()
291 struct insert_emplace_proxy<Allocator, Iterator, typename boost::container::allocator_traits<Alloca… struct
[all …]