System::Collections::Generic::SortedDictionary::rend method
isi
[
bersembunyi
]SortedDictionary::rend() const method
Mendapatkan iterator terbalik untuk elemen yang tidak ada sebelum awal koleksi yang const-qualified.
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() const noexcept
ReturnValue
Iterator terbalik yang menunjuk ke elemen teoritis yang mendahului elemen pertama dalam peta yang dikualifikasikan const (terakhir dalam urutan terbalik).
Lihat Juga
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::rend() method
Mendapatkan iterator terbalik untuk elemen yang tidak ada sebelum awal koleksi.
reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() noexcept
ReturnValue
Iterator terbalik yang menunjuk ke elemen teoritis yang mendahului elemen pertama dalam peta (terakhir dalam urutan terbalik).
Lihat Juga
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++