System::Collections::Generic::List::end method
List::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::List<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.
Voir aussi
- Typedef const_iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
List::end() method
Obtient un itérateur pour un élément inexistant situé après la fin de la collection.
iterator System::Collections::Generic::List<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.
Voir aussi
- Typedef iterator
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++