System::Collections::Generic::LinkedList::end méthode
LinkedList::end() const method
Obtient un itérateur pour un élément inexistant situé après la fin de la collection const-qualifiée.
const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept
ReturnValue
Un itérateur pointant vers l’élément théorique placé après l’élément de fin dans 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::end() method
Obtient un itérateur pour un élément inexistant situé après la fin de la collection.
iterator System::Collections::Generic::LinkedList<T>::end() noexcept
ReturnValue
Un itérateur pointant vers l’élément théorique placé après l’élément de fin dans la liste chaînée.
Voir aussi
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++