System::Collections::Generic::SortedList::rbegin metodo
SortedList::rbegin() const method
Ottiene un iteratore inverso all’ultimo elemento della raccolta qualificata const (primo in ordine inverso).
const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rbegin() const noexcept
ReturnValue
Un iteratore inverso che punta all’ultimo elemento nella mappa const-qualificata (primo in ordine inverso).
Vedi anche
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::rbegin() method
Ottiene un iteratore inverso all’ultimo elemento della raccolta (primo in ordine inverso).
reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rbegin() noexcept
ReturnValue
Un iteratore inverso che punta all’ultimo elemento nella mappa (primo in ordine inverso).
Vedi anche
- Typedef reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++