System::Collections::Generic::LinkedList::cend método
LinkedList::cend method
Obtiene el iterador para un elemento const que no existe detrás del final de la colección.
const_iterator System::Collections::Generic::LinkedList<T>::cend() const noexcept
ReturnValue
Un iterador que apunta al elemento const calificado teórico ubicado después del elemento final en la lista enlazada.
Ver también
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++