System::Collections::Generic::BaseDictionary::end メソッド

BaseDictionary::end method

コンテナの最後の要素に続くキーと値の要素の KVPair ラッパーへのイテレータを返します。C# スタイルで実装されており、イテレータは get_Key() と get_Value() インターフェイスを持つ KVPair オブジェクトを返すべきです。この要素はプレースホルダーとして機能し、アクセスしようとすると未定義の動作になります。

const_iterator System::Collections::Generic::BaseDictionary<Map>::end() const noexcept

ReturnValue

コレクションの末尾要素の後に配置される理論上の要素を指すイテレータ。

参照