Constructors
Synopses
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.
Create a CompactedArray_ConstIterator having the same value as the specified original object.
CompactedArray_ConstIterator(CompactedArray_ConstIterator const& original);
Created with MrDocs