end()

DrawingGuidesCollection::end() method

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

iterator Aspose::Slides::DrawingGuidesCollection::end() noexcept

Return Value

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

DrawingGuidesCollection::end() const method

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

const_iterator Aspose::Slides::DrawingGuidesCollection::end() const noexcept

Return Value

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

See Also