Erase the element at the specified position.
Synopsis
Declared in <bdlc_flathashmap.h>
FlatHashMap<KEY, VALUE, HASH, EQUAL>::iterator
erase(iterator position);
Return Value
iterator following the erased element
Parameters
Name |
Description |
position |
iterator to the element to erase |
Created with MrDocs