virtualizeEndIterator()

ImageCollection::virtualizeEndIterator() method

Gets iterator pointing right after the last element (if any) of the collection.

virtualized_iterator * Aspose::Slides::ImageCollection::virtualizeEndIterator() override

Return Value

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

Newly-created iterator object.

See Also