Removes the element at the given position.

Synopsis

Declared in <absl/container/linked_hash_set.h>

iterator
erase(const_iterator position);

Return Value

An iterator to the element following the erased one.

Parameters

Name

Description

position

An iterator to the element to erase.

Created with MrDocs