Aspose::Pdf::Structure::ElementCollection::end method

ElementCollection::end() const method

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

const_iterator Aspose::Pdf::Structure::ElementCollection::end() const noexcept

ReturnValue

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

See Also

ElementCollection::end() method

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

iterator Aspose::Pdf::Structure::ElementCollection::end() noexcept

ReturnValue

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

See Also