Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 425 Bytes

File metadata and controls

15 lines (11 loc) · 425 Bytes

Non-member swap

template <typename Key, typename T, typename HashCompare, typename Allocator>
void swap( concurrent_hash_map<Key, T, HashCompare, Allocator>& lhs,
           concurrent_hash_map<Key, T, HashCompare, Allocator>& rhs );

Equivalent to lhs.swap(rhs).