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.Page for C++
LinkedList::begin() method
コレクションの最初の要素へのイテレータを取得します。
iterator System::Collections::Generic::LinkedList<T>::begin() noexcept
ReturnValue
リンクリストの最初の要素を指すイテレータ。
参照
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++