cend overloads
Declared in <bslstl_unorderedmap.h>
Return a past-the-end const iterator.
const_iterator
cend() const noexcept;
» more...
Return a past-the-end const local iterator for bucket index.
const_local_iterator
cend(size_type index) const;
» more...
| Name | Description |
|---|---|
| index | bucket index |