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