Returns a const iterator past the last element.

Synopsis

Declared in <absl/container/linked_hash_set.h>

const_iterator
end() const;

Return Value

A const iterator to the end of the set.

Created with MrDocs