virtualizeEndConstIterator()

CommentCollection::virtualizeEndConstIterator() const method

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

virtualized_iterator * Aspose::Slides::CommentCollection::virtualizeEndConstIterator() const override

Return Value

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.

Newly-created iterator object.

See Also