Searched refs:swap_alloc (Results 1 – 2 of 2) sorted by relevance
30 inline void swap_alloc(AllocatorType &, AllocatorType &, container_detail::false_type) in swap_alloc() function35 inline void swap_alloc(AllocatorType &l, AllocatorType &r, container_detail::true_type) in swap_alloc() function
2459 …container_detail::swap_alloc(this->m_holder.alloc(), x.m_holder.alloc(), container_detail::bool_<p… in priv_swap()