Enumeration to differentiate between processing all elements with the same key, or just the first one (and typically the only one).
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
enum BucketScope;
| Name | Description |
|---|---|
e_BUCKETSCOPE_FIRST | Act on the first matching element found. |
e_BUCKETSCOPE_ALL | Act on all matching elements. |