System::Collections::Generic::BaseDictionary::cend メソッド
BaseDictionary::cend method
コンテナの最後の要素の次の要素へのイテレータを返します。STL スタイルで実装されています。この要素はプレースホルダとして機能し、アクセスしようとすると未定義の動作になります。
stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cend() const noexcept
ReturnValue
コレクションの終端要素の後に配置される理論上の const 修飾された要素を指すイテレータ。
参照
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++