absl::linked_hash_set::extract

Extracts the element at the given position as a node handle.

Synopsis

Declared in <absl/container/linked_hash_set.h>

node_type
extract(const_iterator position);

Return Value

A node handle owning the extracted element.

Parameters

NameDescription
positionAn iterator to the element to extract.