[#BloombergLP-bdlc-PackedIntArrayImpType-05-Type] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImpType-05.adoc[PackedIntArrayImpType<int>]::Type :relfileprefix: ../../../ :mrdocs: Implementation type selected for storing values of `TYPE`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/conditional-0b/type.adoc[bsl::conditional<bsl::is_same<int, unsigned char>::value || bsl::is_same<int, unsigned short>::value || bsl::is_same<int, unsigned int>::value || bsl::is_same<int, unsigned long>::value || bsl::is_same<int, bsls::Types::Uint64>::value || bsl::is_same<int, bsl::uint8_t>::value || bsl::is_same<int, bsl::uint16_t>::value || bsl::is_same<int, bsl::uint32_t>::value || bsl::is_same<int, bsl::uint64_t>::value, PackedIntArrayImp<PackedIntArrayImp_Unsigned>, PackedIntArrayImp<PackedIntArrayImp_Signed>>::type] Type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#