System::Collections::Generic::LinkedList::crbegin メソッド

LinkedList::crbegin method

コレクションの最後の const 修飾要素(逆順で最初)の逆イテレータを取得します。

const_reverse_iterator System::Collections::Generic::LinkedList<T>::crbegin() const noexcept

ReturnValue

リンクリストの最後の const 修飾要素(逆順の最初)を指す逆イテレータ。

参照