[#absl-linked_hash_set-erase-01] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::erase :relfileprefix: ../../ :mrdocs: Removes the element at the given position. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/iterator.adoc[iterator] erase(xref:absl/linked_hash_set/const_iterator.adoc[const_iterator] position); ---- == Return Value An iterator to the element following the erased one. == Parameters [cols="1,4"] |=== | Name| Description | *position* | An iterator to the element to erase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#