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