Same as the related overload above for begin.
Synopsis
Declared in <bslstl_unorderedmultimap.h>
unordered_multimap<KEY, VALUE, HASH, EQUAL, ALLOCATOR>::const_iterator
begin() const noexcept;
Return Value
const iterator to the first element, or end() if empty
Created with MrDocs