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