System::Collections::Generic::LinkedList::cend metodo
LinkedList::cend method
Ottiene l’iteratore per un elemento const non esistente oltre la fine della collezione.
const_iterator System::Collections::Generic::LinkedList<T>::cend() const noexcept
ReturnValue
Un iteratore che punta all’elemento teorico const posto dopo l’elemento finale nella lista collegata.
Vedi anche
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++