Return an iterator one past the last element in this array.
Synopsis
Declared in <bdlc_packedintarray.h>
PackedIntArray<TYPE>::const_iterator
end() const;
Description
This reference remains valid as long as this array exists, and length does not decrease.
Return Value
past‐the‐end iterator for this array
Created with MrDocs