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