bsl::unordered_multimap::begin

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

Synopsis

Declared in <bslstl_unorderedmultimap.h>

unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::const_local_iterator
begin(size_type index) const;

Return Value

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

Parameters

NameDescription
indexbucket index