cbegin overloads

Synopses

Declared in <bslstl_unorderedmultiset.h>

Return a const iterator to the first element, or cend if empty.

Return a const local iterator to the first element in bucket index.

Return Value

  • const iterator to the first element, or end() if empty

  • const local iterator to the first element, or end(index) if empty

Parameters

Name

Description

index

bucket index

Created with MrDocs