System::Collections::Generic::LinkedList::rbegin metodo
LinkedList::rbegin() const method
Ottiene un iteratore inverso all’ultimo elemento della raccolta qualificata 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 qualificata come const (primo in ordine inverso).
Vedi anche
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::rbegin() method
Ottiene un iteratore inverso all’ultimo elemento della raccolta (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.Font for C++