Searched refs:assign_alloc (Results 1 – 2 of 2) sorted by relevance
39 inline void assign_alloc(AllocatorType &, const AllocatorType &, container_detail::false_type) in assign_alloc() function44 inline void assign_alloc(AllocatorType &l, const AllocatorType &r, container_detail::true_type) in assign_alloc() function
2423 container_detail::assign_alloc(this_alloc, x_alloc, flag); in priv_copy_assign()