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

e_BUCKETSCOPE_FIRST

Act on the first matching element found.

e_BUCKETSCOPE_ALL

Act on all matching elements.

Created with MrDocs