end()

AudioCollection::end() method

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

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

Return Value

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

AudioCollection::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::AudioCollection::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