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