Remove all elements from this map.
Synopsis
Declared in <bdlc_flathashmap.h>
void
clear();
Description
Note that this map will be empty after calling this method, but allocated memory may be retained for future use. See the capacity method.
Created with MrDocs