System::Collections::Generic::LinkedList::end メソッド
LinkedList::end() const method
const 修飾されたコレクションの末尾の後にある存在しない要素のイテレータを取得します。
const_iterator System::Collections::Generic::LinkedList<T>::end() const noexcept
ReturnValue
const 修飾されたリンクリストインスタンスの末端要素の後に配置された理論上の要素を指すイテレータ。
参照
- Typedef const_iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
LinkedList::end() method
コレクションの末尾の後にある存在しない要素のイテレータを取得します。
iterator System::Collections::Generic::LinkedList<T>::end() noexcept
ReturnValue
リンクリストの末端要素の後に配置された理論上の要素を指すイテレータ。
参照
- Typedef iterator
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++