System::Collections::Generic::SortedDictionary::rbegin metod
Innehåll
[
Dölj
]SortedDictionary::rbegin() const method
Hämtar en omvänd iterator till det sista elementet i den const‑kvalificerade samlingen (första i omvänd ordning).
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() const noexcept
ReturnValue
En omvänd iterator som pekar på det sista elementet i den const‑kvalificerade kartan (första i omvänd ordning).
Se även
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::rbegin() method
Hämtar en omvänd iterator till det sista elementet i samlingen (första i omvänd ordning).
reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rbegin() noexcept
ReturnValue
En omvänd iterator som pekar på det sista elementet i kartan (första i omvänd ordning).
Se även
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++