end overloads

Synopses

Declared in <absl/container/linked_hash_set.h>

Returns an iterator past the last element.

Returns a const iterator past the last element.

const_iterator
end() const;

Return Value

  • An iterator to the end of the set.

  • A const iterator to the end of the set.

Created with MrDocs