System::Collections::Generic::SortedList::rend método
Contenido
[
Ocultar
]SortedList::rend() const method
Obtiene un iterador inverso para un elemento inexistente antes del inicio de la colección calificada como const.
const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() const noexcept
ReturnValue
Un iterador inverso que apunta al elemento teórico que precede al primer elemento en el mapa const‑qualified (último en reversa).
Ver también
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::rend() method
Obtiene un iterador inverso para un elemento inexistente antes del inicio de la colección.
reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rend() noexcept
ReturnValue
Un iterador inverso que apunta al elemento teórico que precede al primer elemento en el mapa (último en reversa).
Ver también
- Typedef reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++