Aspose::Pdf::Generator::BoundsCheckableList::virtualizeEndConstIterator method

BoundsCheckableList::virtualizeEndConstIterator method

Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.

virtualized_iterator * Aspose::Pdf::Generator::BoundsCheckableList<typename>::virtualizeEndConstIterator() const override

ReturnValue

An iterator pointing right after the last element (if any)of the const-qualified instance of the collection Provides const iterator implementation to container’s end.

See Also