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