Erase the element at position.
Description
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.
Return Value
iterator following the erased element
Parameters
Name |
Description |
position |
iterator to the element to erase |
Created with MrDocs