BloombergLP::bdlc::PackedIntArrayUtil

This struct provides a namespace for utility functions that provide non-primitive operations on bdlc::PackedIntArray.

Synopsis

Declared in <bdlc_packedintarrayutil.h>

struct PackedIntArrayUtil;

Static Member Functions

NameDescription
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.