Constructors
Declared in <bdlc_compactedarray.h>
Create a default CompactedArray_ConstIterator. Note that the behavior of most methods is undefined when used on a default-constructed iterator.
CompactedArray_ConstIterator();
» more...
Create a CompactedArray_ConstIterator having the same value as the specified original object.
CompactedArray_ConstIterator(CompactedArray_ConstIterator const& original);
» more...