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