[#BloombergLP-bdlc-PackedIntArrayImpType-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImpType-0d.adoc[PackedIntArrayImpType]<int> :relfileprefix: ../../ :mrdocs: This meta‐function selects `PackedIntArrayImp<PackedIntArrayImp_Unsigned>` if `TYPE` should be stored as an unsigned integer, and `PackedIntArrayImp<PackedIntArrayImp_Signed>` otherwise. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bdlc/PackedIntArrayImpType-0d.adoc[PackedIntArrayImpType]<int>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlc/PackedIntArrayImpType-05/Type.adoc[`Type`] | Implementation type selected for storing values of `TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#