System::Collections::Generic::SortedDictionary::rend metodo
Contenuti
[
Nascondere
]SortedDictionary::rend() const method
Ottiene un iteratore inverso per un elemento non esistente prima dell’inizio della raccolta qualificata const.
const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() const noexcept
ReturnValue
Un iteratore inverso che punta all’elemento teorico precedente il primo elemento nella mappa const-qualificata (ultimo in ordine inverso).
Vedi anche
- Typedef const_reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedDictionary::rend() method
Ottiene un iteratore inverso per un elemento non esistente prima dell’inizio della raccolta.
reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::rend() noexcept
ReturnValue
Un iteratore inverso che punta all’elemento teorico precedente il primo elemento nella mappa (ultimo in ordine inverso).
Vedi anche
- Typedef reverse_iterator
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++