begin overloads
Declared in <bslstl_unorderedmap.h>
Return an iterator to the first element.
iterator
begin() noexcept;
» more...
Return a const iterator to the first element.
const_iterator
begin() const noexcept;
» more...
Return a local iterator to the first element in bucket index.
local_iterator
begin(size_type index);
» more...
Return a const local iterator to the first element in bucket index.
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 |