System::Collections::Generic::LinkedList::end طريقة
LinkedList::end() const method
يحصل على مكرر لعنصر غير موجود خلف نهاية المجموعة المؤهلة بـ const.
const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept
ReturnValue
مكرر يشير إلى العنصر النظري الموضوع بعد عنصر النهاية في النسخة المؤهلة كـ const من القائمة المرتبطة.
انظر أيضًا
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::end() method
يحصل على مكرر لعنصر غير موجود خلف نهاية المجموعة.
iterator System::Collections::Generic::LinkedList<T>::end() noexcept
ReturnValue
مكرر يشير إلى العنصر النظري الموضوع بعد عنصر النهاية في القائمة المرتبطة.
انظر أيضًا
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++