System::Collections::Generic::LinkedList::end metodu
LinkedList::end() const method
Const-nitelikli koleksiyonun sonundaki mevcut olmayan bir öğe için yineleyici alır.
const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept
ReturnValue
Bağlı listenin const-nitelikli örneğinde son öğenin ardından yer alan teorik öğeyi gösteren bir yineleyici.
Ayrıca Bakınız
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::end() method
Koleksiyonun sonundaki mevcut olmayan bir öğe için yineleyici alır.
iterator System::Collections::Generic::LinkedList<T>::end() noexcept
ReturnValue
Bağlı listede son öğenin ardından yer alan teorik öğeyi gösteren bir yineleyici.
Ayrıca Bakınız
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++