System::Collections::Generic::LinkedList::cend méthode

LinkedList::cend method

Obtient un itérateur pour un élément const-qualifié inexistant situé après la fin de la collection.

const_iterator System::Collections::Generic::LinkedList<T>::cend() const noexcept

ReturnValue

Un itérateur pointant vers l’élément const théorique placé après l’élément de fin dans la liste chaînée.

Voir aussi