This struct provides a namespace for utility functions that provide non-primitive operations on bdlc::PackedIntArray.
Declared in <bdlc_packedintarrayutil.h>
struct PackedIntArrayUtil;
| Name | Description |
|---|---|
isSorted | Return true if the specified range is sorted or empty. |
lowerBound | Return an iterator to the first element not less than value. |
upperBound | Return an iterator to the first element greater than value. |