end()
ShapeCollection::end() method
Gets iterator pointing right after the last element (if any) of the collection.
iterator Aspose::Slides::ShapeCollection::end() noexcept
Return Value
An iterator pointing right after the last element (if any) of the collection
ShapeCollection::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::ShapeCollection::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
- Typedef iterator
- Typedef const_iterator
- Class ShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides