System::Collections::Generic::LinkedList::crbegin method
LinkedList::crbegin method
Gets a reverse iterator to the last const-qualified element of collection (first in reverse).
const_reverse_iterator System::Collections::Generic::LinkedList<T>::crbegin() const noexcept
ReturnValue
A reverse iterator pointing to the last const-qualified element in the linked list (first in reverse).
See Also
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++