absl::linked_hash_set::begin

Returns an iterator to the first element, in insertion order.

Synopsis

Declared in <absl/container/linked_hash_set.h>

iterator
begin();

Return Value

An iterator to the beginning of the set.