System::Collections::Specialized::StringCollection::crend メソッド
StringCollection::crend method
逆順コンテナの最後の要素の次の要素への逆イテレータを返します。これは逆順でないコンテナの最初の要素の前の要素に対応します。この要素はプレースホルダーとして機能し、アクセスしようとすると未定義の動作になります。
const_reverse_iterator System::Collections::Specialized::StringCollection::crend() const noexcept
ReturnValue
コンテナの最初の要素の前にある理論上の const 修飾された要素を指すイテレータ。
参照
- Typedef const_reverse_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++