Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dadvanced_insert_int.hpp146 struct insert_default_initialized_n_proxy struct
148 typedef ::boost::container::allocator_traits<Allocator> alloc_traits;
149 typedef typename allocator_traits<Allocator>::size_type size_type;
150 typedef typename allocator_traits<Allocator>::value_type value_type;
151 …ame dtl::aligned_storage<sizeof(value_type), dtl::alignment_of<value_type>::value>::type storage_t;
153 …AINER_FORCEINLINE void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) const in uninitialized_copy_n_and_update()
156 void copy_n_and_update(Allocator &a, Iterator p, size_type n) const in copy_n_and_update()