Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 348 Bytes

File metadata and controls

15 lines (11 loc) · 348 Bytes

Non-member swap

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

Equivalent to lhs.swap(rhs).