Create a CompactedArray_CountedValue copied from original.
Synopsis
Declared in <bdlc_compactedarray.h>
CompactedArray_CountedValue(
CompactedArray_CountedValue<TYPE> const& original,
bslma::Allocator* basicAllocator);
Description
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.
Parameters
Name |
Description |
original |
object to copy |
basicAllocator |
allocator used to supply memory |
Created with MrDocs