Searched defs:insert_emplace_proxy (Results 1 – 1 of 1) sorted by relevance
282 struct insert_emplace_proxy struct285 typedef insert_nonmovable_emplace_proxy<Allocator, Iterator, Args...> base_t;286 typedef boost::container::allocator_traits<Allocator> alloc_traits;287 typedef typename base_t::value_type value_type;288 typedef typename base_t::size_type size_type;289 typedef typename base_t::index_tuple_t index_tuple_t;291 static const bool single_value = true;293 BOOST_CONTAINER_FORCEINLINE explicit insert_emplace_proxy(BOOST_FWD_REF(Args)... args) in insert_emplace_proxy() argument297 BOOST_CONTAINER_FORCEINLINE void copy_n_and_update(Allocator &a, Iterator p, size_type n) in copy_n_and_update()303 …id priv_copy_some_and_update(Allocator &a, const index_tuple<IdxPack...>&, Iterator p, size_type n) in priv_copy_some_and_update()[all …]