System::Collections::Generic::LinkedList::rend metodo
Contenuti
[
Nascondere
]LinkedList::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::LinkedList<T>::rend() const noexcept
ReturnValue
Un iteratore inverso che punta all’elemento teorico precedente il primo elemento nella lista collegata qualificata come const (ultimo in ordine inverso).
Vedi anche
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::rend() method
Restituisce un iteratore inverso per un elemento inesistente prima dell’inizio della collezione.
reverse_iterator System::Collections::Generic::LinkedList<T>::rend() noexcept
ReturnValue
Un iteratore inverso che punta all’elemento teorico precedente il primo elemento nella lista collegata (ultimo in ordine inverso).
Vedi anche
- Typedef reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++