Create a CompactedArray_CountedValue having the same underlying object value and reference count as the specified original object. The specified basicAllocator is used to supply memory. The behavior is undefined unless 0 != basicAllocator.
Declared in <bdlc_compactedarray.h>
CompactedArray_CountedValue(
CompactedArray_CountedValue<TYPE> const& original,
bslma::Allocator* basicAllocator);