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