BloombergLP::bdlc::FlatHashMap::erase

Erase the element at the specified position.

Synopsis

Declared in <bdlc_flathashmap.h>

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

Return Value

iterator following the erased element

Parameters

NameDescription
positioniterator to the element to erase