absl::linked_hash_map::begin

Returns an iterator to the first element.

Synopsis

Declared in <absl/container/linked_hash_map.h>

iterator
begin();

Return Value

An iterator to the beginning of the map.