Constructors

Synopses

Declared in <bdlc_compactedarray.h>

Create a CompactedArray_CountedValue copied from original.

Create a CompactedArray_CountedValue with value and count.

CompactedArray_CountedValue(
    TYPE const& value,
    std::size_t count,
    bslma::Allocator* basicAllocator);

Parameters

Name

Description

original

object to copy

basicAllocator

allocator used to supply memory

value

stored object value

count

initial reference count

Created with MrDocs