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