System::Collections::Generic::LinkedList::rend विधि
अंतर्वस्तु
[
छिपाना
]LinkedList::rend() const method
कॉन्स्ट-योग्य कलेक्शन की शुरुआत से पहले एक गैर-मौजूद तत्व के लिए रिवर्स इटररेटर प्राप्त करता है।
const_reverse_iterator System::Collections::Generic::LinkedList<T>::rend() const noexcept
ReturnValue
पहले तत्व से पहले सैद्धांतिक तत्व की ओर संकेत करने वाला रिवर्स इटररेटर, जो const-qualified लिंक्ड लिस्ट में है (रिवर्स में अंतिम)।
संबंधित देखें
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::rend() method
कलेक्शन की शुरुआत से पहले एक गैर-मौजूद तत्व के लिए रिवर्स इटररेटर प्राप्त करता है।
reverse_iterator System::Collections::Generic::LinkedList<T>::rend() noexcept
ReturnValue
पहले तत्व से पहले सैद्धांतिक तत्व की ओर संकेत करने वाला रिवर्स इटररेटर, लिंक्ड लिस्ट में (रिवर्स में अंतिम)।
संबंधित देखें
- Typedef reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++