Exchange the contents of the two sets.
Synopsis
Declared in <bdlc_flathashset.h>
void
swap(
FlatHashSet<K, H, E>& a,
FlatHashSet<K, H, E>& b);
Parameters
Name |
Description |
a |
first set to exchange |
b |
second set to exchange |
Created with MrDocs