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

SortedList::rbegin() const method

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

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

ReturnValue

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

参照

SortedList::rbegin() method

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

reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rbegin() noexcept

ReturnValue

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

参照