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

Name

Description

position

An iterator to the element to erase.

Created with MrDocs