System::Collections::Generic::SortedList::rbegin メソッド
SortedList::rbegin() const method
const 修飾されたコレクションの最後の要素(逆順では最初)への逆イテレータを取得します。
const_reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rbegin() const noexcept
ReturnValue
const 修飾されたマップの最後の要素(逆順の最初)を指す逆イテレータです。
参照
- Typedef const_reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::rbegin() method
コレクションの最後の要素(逆順では最初)への逆イテレータを取得します。
reverse_iterator System::Collections::Generic::SortedList<TKey, TValue>::rbegin() noexcept
ReturnValue
マップの最後の要素(逆順の最初)を指す逆イテレータです。
参照
- Typedef reverse_iterator
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++