System::Collections::Generic::LinkedList::rbegin método
Contenido
[
Ocultar
]LinkedList::rbegin() const method
Obtiene un iterador inverso al último elemento de la colección calificada como const (el primero en reversa).
const_reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() const noexcept
ReturnValue
Un iterador inverso que apunta al último elemento en la lista enlazada const‑qualificada (el primero en reversa).
Ver también
- Typedef const_reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::rbegin() method
Obtiene un iterador inverso al último elemento de la colección (el primero en reversa).
reverse_iterator System::Collections::Generic::LinkedList<T>::rbegin() noexcept
ReturnValue
Un iterador inverso que apunta al último elemento en la lista enlazada (el primero en reversa).
Ver también
- Typedef reverse_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++