Metodo System::Collections::Generic::LinkedList::begin
LinkedList::begin() const method
Ottiene l’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-qualified della lista collegata.
Vedi anche
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::begin() method
Ottiene l’iteratore al primo elemento della raccolta.
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.Font for C++