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