System::Collections::Specialized::StringCollection::cend method
StringCollection::cend method
コンテナの最後の要素の次の要素へのイテレータを返します。この要素はプレースホルダーとして機能し、アクセスしようとすると未定義の動作になります。
const_iterator System::Collections::Specialized::StringCollection::cend() const noexcept
ReturnValue
コンテナの最後の要素の後にある理論上の const 修飾要素を指すイテレータ。
参照
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++