bsl::unordered_multimap::erase

Erase the element at position and return the following iterator.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::iterator
erase(iterator position);

Return Value

iterator following the erased element

Parameters

NameDescription
positioniterator to the element to erase