[#BloombergLP-bdlcc-StripedUnorderedContainerImpl_Bucket-BucketScope] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_Bucket.adoc[StripedUnorderedContainerImpl_Bucket]::BucketScope :relfileprefix: ../../../ :mrdocs: Enumeration to differentiate between processing all elements with the same key, or just the first one (and typically the only one). == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum BucketScope; ---- == Members [cols="1,4"] |=== | Name| Description | `e_BUCKETSCOPE_FIRST` | Act on the first matching element found. | `e_BUCKETSCOPE_ALL` | Act on all matching elements. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#