cbegin overloads
Declared in <bslstl_unorderedmultiset.h>
Return a const iterator to the first element, or cend if empty.
unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>::const_iterator
cbegin() const noexcept;
» more...
Return a const local iterator to the first element in bucket index.
unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>::const_local_iterator
cbegin(size_type index) const;
» more...
end() if emptyend(index) if empty| Name | Description |
|---|---|
| index | bucket index |