System::Collections::Generic::SortedDictionary::crbegin メソッド

SortedDictionary::crbegin method

コレクションの最後の const 修飾要素(逆順で最初)の逆イテレータを取得します。

const_reverse_iterator System::Collections::Generic::SortedDictionary<TKey, TValue>::crbegin() const noexcept

ReturnValue

マップの最後の const 修飾要素(逆順の最初)を指す逆イテレータです。

参照