System::Collections::ObjectModel::Collection::crbegin method
Collection::crbegin method
コレクションの最後の const 修飾要素(逆順で最初)の逆イテレータを取得します。
const_reverse_iterator System::Collections::ObjectModel::Collection<T>::crbegin() const noexcept
ReturnValue
リスト内の最後の const 修飾要素(逆順の最初)を指す逆イテレータ。
参照
- Typedef const_reverse_iterator
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++