Erase the element at the specified position.
Declared in <bdlc_flathashmap.h>
FlatHashMap<KEY, VALUE, HASH, EQUAL>::iterator
erase(iterator position);
iterator following the erased element
| Name | Description |
|---|---|
| position | iterator to the element to erase |