Aspose::Pdf::Structure::ElementCollection::virtualizeEndIterator method

ElementCollection::virtualizeEndIterator method

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

virtualized_iterator * Aspose::Pdf::Structure::ElementCollection::virtualizeEndIterator() override

ReturnValue

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

See Also