Erase the element at position.
Declared in <bslstl_multimap.h>
multimap<KEY, VALUE, COMPARATOR, ALLOCATOR>::iterator
erase(iterator position);
Remove from this multimap the value_type object at the specified position, and return an iterator referring to the element immediately following the removed element, or to the past-the-end position if the removed element was the last element in the sequence of elements maintained by this multimap.
iterator to the element following the erased element
| Name | Description |
|---|---|
| position | iterator to the element to erase |