erase overloads
Synopses
Declared in <bslstp_hashmap.h>
Erase the element referenced by the specified iterator.
Erase elements with the specified __key and return the count removed.
size_type
erase(key_type const& __key);
Erase the elements in the specified iterator range.
Created with MrDocs