begin overloads
Synopses
Declared in <bslstl_unorderedmultimap.h>
Return an iterator to the first element, or end if empty.
Same as the related overload above for begin.
Return a local iterator to the first element in the bucket at index.
Return a local iterator to the first element in the bucket at index.
Return Value
-
iterator to the first element, or
end()if empty -
const iterator to the first element, or
end()if empty -
local iterator to the first element, or
end(index)if empty -
const local iterator to the first element, or
end(index)if empty
Parameters
Name |
Description |
index |
bucket index |
Created with MrDocs