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

SortedList::rend() const method

const 修飾されたコレクションの開始前に存在しない要素に対する逆イテレータを取得します。

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

ReturnValue

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

参照

SortedList::rend() method

コレクションの開始前に存在しない要素に対する逆イテレータを取得します。

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

ReturnValue

マップの最初の要素の前にある理論上の要素を指す逆イテレータ(逆順で最後)。

参照