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