bsl::unordered_set::cend

cend overloads

Synopses

Declared in <bslstl_unorderedset.h>

Return a past-the-end const iterator for this set.

unordered_set<KEY, HASH, EQUAL, ALLOCATOR>::const_iterator
cend() const noexcept;
» more...

Return past-the-end iterator for the specified bucket.

unordered_set<KEY, HASH, EQUAL, ALLOCATOR>::const_local_iterator
cend(size_type index) const;
» more...

Return Value

  • past-the-end const iterator
  • past-the-end local iterator for the bucket

Parameters

NameDescription
indexbucket index