BloombergLP::bdlc::CompactedArray_CountedValue::CompactedArray_CountedValue

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.

Synopsis

Declared in <bdlc_compactedarray.h>

CompactedArray_CountedValue(
    CompactedArray_CountedValue<TYPE> const& original,
    bslma::Allocator* basicAllocator);