Home
last modified time | relevance | path

Searched defs:insert_copy_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.hpp173 struct insert_copy_proxy struct
175 typedef boost::container::allocator_traits<Allocator> alloc_traits;
176 typedef typename alloc_traits::size_type size_type;
177 typedef typename alloc_traits::value_type value_type;
179 static const bool single_value = true;
181 BOOST_CONTAINER_FORCEINLINE explicit insert_copy_proxy(const value_type &v) in insert_copy_proxy() argument
185 …AINER_FORCEINLINE void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) const in uninitialized_copy_n_and_update()
191 BOOST_CONTAINER_FORCEINLINE void copy_n_and_update(Allocator &, Iterator p, size_type n) const in copy_n_and_update()
197 const value_type &v_;