System::Collections::Generic::LinkedList::begin 方法
LinkedList::begin() const method
获取指向 const 限定集合的第一个元素的迭代器。
const_iterator System::Collections::Generic::LinkedList<T>::begin() const noexcept
ReturnValue
指向 const 限定的链表实例中第一个元素的迭代器。
另见
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
LinkedList::begin() method
获取集合中第一个元素的迭代器。
iterator System::Collections::Generic::LinkedList<T>::begin() noexcept
ReturnValue
指向链表中第一个元素的迭代器。
另见
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++