Home
last modified time | relevance | path

Searched defs:insert_nonmovable_emplace_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.hpp253 struct insert_nonmovable_emplace_proxy struct
255 typedef boost::container::allocator_traits<Allocator> alloc_traits;
256 typedef typename alloc_traits::size_type size_type;
257 typedef typename alloc_traits::value_type value_type;
258 typedef typename build_number_seq<sizeof...(Args)>::type index_tuple_t;
260 static const bool single_value = true;
262 BOOST_CONTAINER_FORCEINLINE explicit insert_nonmovable_emplace_proxy(BOOST_FWD_REF(Args)... args) in insert_nonmovable_emplace_proxy() argument
266 …T_CONTAINER_FORCEINLINE void uninitialized_copy_n_and_update(Allocator &a, Iterator p, size_type n) in uninitialized_copy_n_and_update()
271 …ialized_copy_some_and_update(Allocator &a, const index_tuple<IdxPack...>&, Iterator p, size_type n) in priv_uninitialized_copy_some_and_update()
278 tuple<Args&...> args_;