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