absl::linked_hash_map::end

end overloads

Synopses

Declared in <absl/container/linked_hash_map.h>

Returns an iterator past the last element.

iterator
end();
» more...

Returns a const iterator past the last element.

const_iterator
end() const;
» more...

Return Value

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