System::Collections::Generic::LinkedList::rend method
Contents
[
Hide
]LinkedList::rend() const method
Gets a reverse iterator for a non-existent element before the start of the const-qualified collection.
const_reverse_iterator System::Collections::Generic::LinkedList<T>::rend() const noexcept
ReturnValue
A reverse iterator pointing to the theoretical element preceeding the first element in the const-qualified linked list (last in reverse).
See Also
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
LinkedList::rend() method
Gets a reverse iterator for a non-existent element before the start of the collection.
reverse_iterator System::Collections::Generic::LinkedList<T>::rend() noexcept
ReturnValue
A reverse iterator pointing to the theoretical element preceeding the first element in the linked list (last in reverse).
See Also
- Typedef reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++