Erase the element at position.
Declared in <bslstl_map.h>
map<KEY, VALUE, COMPARATOR, ALLOCATOR>::iterator
erase(iterator position);
Same as the preceding overload, for a non-const iterator.
iterator to the element following the erased element
| Name | Description |
|---|---|
| position | iterator to the element to erase |