Searched refs:src_allocs (Results 1 – 1 of 1) sorted by relevance
459 allocators_type const& src_allocs = src.m_members.allocators(); in operator =() local469 if ( propagate::value && !(this_allocs == src_allocs) ) in operator =()471 detail::assign_cond(this_allocs, src_allocs, propagate()); in operator =()497 allocators_type & src_allocs = src.m_members.allocators(); in operator =() local499 if ( this_allocs == src_allocs ) in operator =()518 detail::move_cond(this_allocs, src_allocs, propagate()); in operator =()