Return the past‐the‐end iterator for this array. The iterator remains valid as long as this array exists, and its length does not decrease.
Synopsis
Declared in <bdlc_compactedarray.h>
CompactedArray<TYPE>::const_iterator
end() const;
Created with MrDocs