absl::linked_hash_map::cend

Returns a const iterator past the last element.

Synopsis

Declared in <absl/container/linked_hash_map.h>

const_iterator
cend() const;

Return Value

A const iterator to the end of the map.