absl::linked_hash_map::begin

Returns a const iterator to the first element.

Synopsis

Declared in <absl/container/linked_hash_map.h>

const_iterator
begin() const;

Return Value

A const iterator to the beginning of the map.