[#BloombergLP-bdlc-PackedIntArrayUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::PackedIntArrayUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for utility functions that provide non‐primitive operations on `bdlc::PackedIntArray`. == Synopsis Declared in `<bdlc_packedintarrayutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PackedIntArrayUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlc/PackedIntArrayUtil/isSorted.adoc[`isSorted`] | Return `true` if the specified range is sorted or empty. | xref:BloombergLP/bdlc/PackedIntArrayUtil/lowerBound.adoc[`lowerBound`] | Return an iterator to the first element not less than `value`. | xref:BloombergLP/bdlc/PackedIntArrayUtil/upperBound.adoc[`upperBound`] | Return an iterator to the first element greater than `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#