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