System::Collections::Generic::LinkedList::end yöntemi
LinkedList::end() const method
Const-nitelikli koleksiyonun sonundan sonraki mevcut olmayan öğe için yineleyici alır.
const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept
ReturnValue
Const nitelikli bağlı liste örneğinde son öğenin ardından yer alan teorik öğeye işaret eden bir yineleyici.
Ayrıca Bakınız
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::end() method
Koleksiyonun sonundan sonraki mevcut olmayan öğ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 öğeye işaret eden bir yineleyici.
Ayrıca Bakınız
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++