[#bsl-unordered_multiset-06c-begin-0a] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multiset-06c.adoc[unordered_multiset]::begin :relfileprefix: ../../ :mrdocs: Return a local iterator to the first element in the bucket at `index`. == Synopsis Declared in `<bslstl_unorderedmultiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/unordered_multiset-06c/const_local_iterator.adoc[unordered_multiset<KEY, HASH, EQUAL, ALLOCATOR>::const_local_iterator] begin(xref:bsl/unordered_multiset-06c/size_type.adoc[size_type] index) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#