Efficiently exchange the value of this table with the value of the specified other table. This method provides the no‐throw exception‐safety guarantee. The behavior is undefined unless this array was created with the same allocator as other.
Synopsis
Declared in <bdlc_flathashtable.h>
void
swap(FlatHashTable& other);
Created with MrDocs