Aspose::Pdf::BoundsCheckableList::begin method
BoundsCheckableList::begin() const method
Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
const_iterator Aspose::Pdf::BoundsCheckableList<typename>::begin() const noexcept
ReturnValue
An iterator pointing to the first element (if any) of the const-qualified instance of the collection
See Also
- Typedef const_iterator
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
BoundsCheckableList::begin() method
Gets iterator pointing to the first element (if any) of the collection.
iterator Aspose::Pdf::BoundsCheckableList<typename>::begin() noexcept
ReturnValue
An iterator pointing to the first element (if any) of the collection
See Also
- Typedef iterator
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++