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