[#BloombergLP-bdlc-PackedIntArrayImpType-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::PackedIntArrayImpType :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<class TYPE> struct PackedIntArrayImpType; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlc/PackedIntArrayImpType-0d/Type.adoc[`Type`] | Implementation type selected for storing values of `TYPE`. |=== == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlc/PackedIntArrayImpType-05.adoc[`PackedIntArrayImpType<int>`] | This meta‐function selects `PackedIntArrayImp<PackedIntArrayImp_Unsigned>` if `TYPE` should be stored as an unsigned integer, and `PackedIntArrayImp<PackedIntArrayImp_Signed>` otherwise. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#