Home
last modified time | relevance | path

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

/third_party/boost/boost/container/detail/
Dadvanced_insert_int.hpp119 struct insert_value_initialized_n_proxy struct
121 typedef ::boost::container::allocator_traits<Allocator> alloc_traits;
122 typedef typename allocator_traits<Allocator>::size_type size_type;
123 typedef typename allocator_traits<Allocator>::value_type value_type;
125 void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) const in uninitialized_copy_n_and_update()
128 void copy_n_and_update(Allocator &a, Iterator p, size_type n) const in copy_n_and_update()