System::Collections::Generic::LinkedList::cbegin método
LinkedList::cbegin method
Obtiene el iterador al primer elemento calificado como const de la colección.
const_iterator System::Collections::Generic::LinkedList<T>::cbegin() const noexcept
ReturnValue
Un iterador que apunta al primer elemento calificado como const en la lista enlazada.
Ver también
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++