System::Collections::Generic::LinkedList::cbegin méthode
LinkedList::cbegin method
Obtient l’itérateur du premier élément const-qualifié de la collection.
const_iterator System::Collections::Generic::LinkedList<T>::cbegin() const noexcept
ReturnValue
Un itérateur pointant vers le premier élément const de la liste chaînée.
Voir aussi
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++