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

SortedList::crbegin method

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

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

ReturnValue

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

参照