Constructors
Declared in <bdlc_packedintarray.h>
Create a default PackedIntArrayConstIterator. Note that the use of most methods - as indicated in their documentation - upon this iterator will result in undefined behavior.
PackedIntArrayConstIterator();
» more...
Create a PackedIntArrayConstIterator having the same value as the specified original one.
PackedIntArrayConstIterator(PackedIntArrayConstIterator const& original);
» more...