System::Collections::Generic::LinkedList::crend método
LinkedList::crend method
Obtiene un iterador inverso para un elemento calificado como const que no existe antes del inicio de la colección.
const_reverse_iterator System::Collections::Generic::LinkedList<T>::crend() const noexcept
ReturnValue
Un iterador inverso que apunta al elemento teórico calificado como const que precede al primer elemento en la lista enlazada (último en reversa).
Ver también
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++