[#absl-linked_hash_set-extract-0c4] = xref:absl.adoc[absl]::xref:absl/linked_hash_set.adoc[linked_hash_set]::extract :relfileprefix: ../../ :mrdocs: Extracts the element at the given position as a node handle. == Synopsis Declared in `<absl/container/linked_hash_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/linked_hash_set/node_type.adoc[node_type] extract(xref:absl/linked_hash_set/const_iterator.adoc[const_iterator] position); ---- == Return Value A node handle owning the extracted element. == Parameters [cols="1,4"] |=== | Name| Description | *position* | An iterator to the element to extract. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#