cbegin overloads
Synopses
Declared in <bslstl_unorderedmultimap.h>
Return a const iterator to the first element, or cend if empty.
Return a local iterator to the first element in the bucket at index.
Return Value
-
const iterator to the first element, or
cend()if empty -
const local iterator to the first element, or
cend(index)if empty
Parameters
Name |
Description |
index |
bucket index |
Created with MrDocs