Exchange the contents of the two maps.
Synopsis
Declared in <bdlc_flathashmap.h>
void
swap(
FlatHashMap<K, V, H, E>& a,
FlatHashMap<K, V, H, E>& b);
Parameters
Name |
Description |
a |
first map |
b |
second map |
Created with MrDocs