System::Collections::Generic::LinkedList::rbegin metodo
LinkedList::rbegin() const method
Restituisce un iteratore inverso all’ultimo elemento della collezione qualificata come const (primo in ordine inverso).
const_reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() const noexcept
ReturnValue
Un iteratore inverso che punta all’ultimo elemento nella lista collegata const-qualificata (primo in ordine inverso).
Vedi anche
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::rbegin() method
Restituisce un iteratore inverso all’ultimo elemento della collezione (primo in ordine inverso).
reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() noexcept
ReturnValue
Un iteratore inverso che punta all’ultimo elemento nella lista collegata (primo in ordine inverso).
Vedi anche
- Typedef reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++