absl::linked_hash_map::erase

Removes the element at the given position.

Synopsis

Declared in <absl/container/linked_hash_map.h>

iterator
erase(iterator position);

Return Value

An iterator to the element following the erased element.

Parameters

NameDescription
positionAn iterator to the element to erase.