System::Collections::Generic::LinkedList::begin metodo
LinkedList::begin() const method
Restituisce un iteratore al primo elemento della collezione qualificata come const.
const_iterator System::Collections::Generic::LinkedList<T>::begin() const noexcept
ReturnValue
Un iteratore che punta al primo elemento nell’istanza const-qualificata della lista collegata.
Vedi anche
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::begin() method
Ottiene l’iteratore al primo elemento della collezione.
iterator System::Collections::Generic::LinkedList<T>::begin() noexcept
ReturnValue
Un iteratore che punta al primo elemento nella lista collegata.
Vedi anche
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++