System::Collections::Generic::LinkedList::end विधि

LinkedList::end() const method

const-योग्य संग्रह के अंत के पीछे मौजूद न होने वाले तत्व के लिए इटररेटर प्राप्त करता है।

const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept

ReturnValue

एक इटररेटर जो लिंक्ड लिस्ट के const‑qualified इंस्टेंस में अंत तत्व के बाद रखे सैद्धांतिक तत्व की ओर संकेत करता है।

संबंधित देखें

LinkedList::end() method

संग्रह के अंत के पीछे मौजूद न होने वाले तत्व के लिए इटररेटर प्राप्त करता है।

iterator System::Collections::Generic::LinkedList<T>::end() noexcept

ReturnValue

एक इटररेटर जो लिंक्ड लिस्ट में अंत तत्व के बाद रखे सैद्धांतिक तत्व की ओर संकेत करता है।

संबंधित देखें