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>
enum BucketScope;
Members
Name |
Description |
|
Act on the first matching element found. |
|
Act on all matching elements. |
Created with MrDocs