System::Collections::Generic::SortedList::crbegin method
SortedList::crbegin method
Gets a reverse iterator to the last const-qualified element of collection (first in reverse).
const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::crbegin() const noexcept
ReturnValue
A reverse iterator pointing to the last const-qualified element in the map (first in reverse).
See Also
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++