System::Collections::Generic::LinkedList::end methode
inhoud
[
verbergen
]LinkedList::end() const method
Haalt een iterator op voor een niet-bestaand element achter het einde van de const-gekwalificeerde collectie.
const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept
ReturnValue
Een iterator die wijst naar het theoretische element dat geplaatst is na het eindelement in de const‑gekwalificeerde instantie van de gekoppelde lijst.
Zie ook
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::end() method
Haalt een iterator op voor een niet-bestaand element achter het einde van de collectie.
iterator System::Collections::Generic::LinkedList<T>::end() noexcept
ReturnValue
Een iterator die wijst naar het theoretische element dat geplaatst is na het eindelement in de gekoppelde lijst.
Zie ook
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++