System::Collections::Generic::LinkedList::begin méthode
LinkedList::begin() const method
Obtient un itérateur vers le premier élément de la collection qualifiée const.
const_iterator System::Collections::Generic::LinkedList<T>::begin() const noexcept
ReturnValue
Un itérateur pointant vers le premier élément de l’instance const-qualifiée de la liste chaînée.
Voir aussi
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::begin() method
Obtient l’itérateur du premier élément de la collection.
iterator System::Collections::Generic::LinkedList<T>::begin() noexcept
ReturnValue
Un itérateur pointant vers le premier élément de la liste chaînée.
Voir aussi
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++