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