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