[#bsl-unordered_multimap-0b0-begin-0a] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap]::begin :relfileprefix: ../../ :mrdocs: Return a local iterator to the first element in the bucket at `index`. == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/unordered_multimap-0b0/const_local_iterator.adoc[unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::const_local_iterator] begin(xref:bsl/unordered_multimap-0b0/size_type.adoc[size_type] index) const; ---- == Return Value const local iterator to the first element, or `end(index)` if empty == Parameters [cols="1,4"] |=== | Name| Description | *index* | bucket index |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#