Erase the element at position.
Remove from this unordered map the value_type object at the specified position, and return an iterator referring to the element immediately following the removed element. The behavior is undefined unless position refers to a value_type object in this unordered map.
iterator following the erased element
| Name | Description |
|---|---|
| position | iterator to the element to erase |