bsl::unordered_map::erase

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.

Synopsis

Declared in <bslstl_unorderedmap.h>

iterator
erase(iterator position);