Aspose::Pdf::Generator::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::Generator::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

BoundsCheckableList::begin() method

Gets iterator pointing to the first element (if any) of the collection.

iterator Aspose::Pdf::Generator::BoundsCheckableList<typename>::begin() noexcept

ReturnValue

An iterator pointing to the first element (if any) of the collection

See Also