Méthode System::Collections::Generic::LinkedList::cbegin
LinkedList::cbegin method
Obtient un itérateur vers le premier élément qualifié const 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.Font for C++