absl::linked_hash_map::begin

begin overloads

Synopses

Declared in <absl/container/linked_hash_map.h>

Returns an iterator to the first element.

iterator
begin();
» more...

Returns a const iterator to the first element.

const_iterator
begin() const;
» more...

Return Value

  • An iterator to the beginning of the map.
  • A const iterator to the beginning of the map.