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

Name

Description

position

An iterator to the element to extract.

Created with MrDocs