cbegin overloads
Declared in <bslstl_unorderedset.h>
Return a const iterator to the first element of this set.
unordered_set<KEY, HASH, EQUAL, ALLOCATOR>::const_iterator
cbegin() const noexcept;
» more...
Return a local iterator to the first element in the bucket at index.
unordered_set<KEY, HASH, EQUAL, ALLOCATOR>::const_local_iterator
cbegin(size_type index) const;
» more...
cend() if emptycend(index) if empty| Name | Description |
|---|---|
| index | bucket index |