System::Collections::ObjectModel::Collection::rend メソッド
Collection::rend() const method
const 修飾されたコレクションの開始前に存在しない要素に対する逆イテレータを取得します。
const_reverse_iterator System::Collections::ObjectModel::Collection<T>::rend() const noexcept
ReturnValue
const 修飾されたリストの最初の要素の前にある理論上の要素を指す逆イテレータ(逆順で最後)。
参照
- Typedef const_reverse_iterator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++
Collection::rend() method
コレクションの開始前に存在しない要素に対する逆イテレータを取得します。
reverse_iterator System::Collections::ObjectModel::Collection<T>::rend() noexcept
ReturnValue
リストの最初の要素の前にある理論上の要素を指す逆イテレータ(逆順で最後)。
参照
- Typedef reverse_iterator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++