Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 389 Bytes

File metadata and controls

15 lines (11 loc) · 389 Bytes

Non-member swap

template <typename T, typename Compare, typename Allocator>
void swap( concurrent_multiset<T, Compare, Allocator>& lhs,
           concurrent_multiset<T, Compare, Allocator>& rhs );

Equivalent to lhs.swap(rhs).