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