bsl::unordered_map::cbegin

cbegin overloads

Synopses

Declared in <bslstl_unorderedmap.h>

Return a const iterator to the first element.

const_iterator
cbegin() const noexcept;
» more...

Return a const local iterator to the first element in bucket index.

const_local_iterator
cbegin(size_type index) const;
» more...

Return Value

  • const iterator to the first element, or end() if empty
  • const local iterator to the first element, or end(index) if empty

Parameters

NameDescription
indexbucket index