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