Erase the element at position and return the following iterator.
Declared in <bslstl_unorderedmultimap.h>
unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::iterator
erase(iterator position);
iterator following the erased element
| Name | Description |
|---|---|
| position | iterator to the element to erase |