System::Collections::Generic::SortedList::rend metodo
Contenuti
[
Nascondere
]SortedList::rend() const method
Restituisce un iteratore inverso per un elemento inesistente prima dell’inizio della collezione qualificata come 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 const-qualificata (ultimo in ordine inverso).
Vedi anche
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::rend() method
Restituisce un iteratore inverso per un elemento inesistente prima dell’inizio della collezione.
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.Page for C++