bsl::unordered_multiset::cend

cend overloads

Synopses

Declared in <bslstl_unorderedmultiset.h>

Return an iterator providing non-modifiable access to the past-the-end element in the sequence of value_type objects maintained by this unordered multiset.

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

Return a past-the-end const local iterator for bucket index.

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

Return Value

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

Parameters

NameDescription
indexbucket index