Home
last modified time | relevance | path

Searched defs:insert_n_copies_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.hpp96 struct insert_n_copies_proxy struct
98 typedef typename allocator_traits<Allocator>::size_type size_type;
99 typedef typename allocator_traits<Allocator>::value_type value_type;
101 BOOST_CONTAINER_FORCEINLINE explicit insert_n_copies_proxy(const value_type &v) in insert_n_copies_proxy() function
105 …AINER_FORCEINLINE void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) const in uninitialized_copy_n_and_update()
108 BOOST_CONTAINER_FORCEINLINE void copy_n_and_update(Allocator &, Iterator p, size_type n) const in copy_n_and_update()
117 const value_type &v_;