System::Collections::Generic::LinkedList::end metode
LinkedList::end() const method
Mendapatkan iterator untuk elemen yang tidak ada di belakang akhir koleksi yang bersifat const.
const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept
ReturnValue
Iterator yang menunjuk ke elemen teoretis yang ditempatkan setelah elemen akhir dalam instance yang const-qualified dari linked list.
Lihat Juga
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::end() method
Mendapatkan iterator untuk elemen yang tidak ada di belakang akhir koleksi.
iterator System::Collections::Generic::LinkedList<T>::end() noexcept
ReturnValue
Iterator yang menunjuk ke elemen teoretis yang ditempatkan setelah elemen akhir dalam linked list.
Lihat Juga
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++