cend overloads
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...
| Name | Description |
|---|---|
| index | bucket index |