言語

IDeque<TValue>.rend(ReverseRandomAccessIterator<TValue>) メソッド

定義

反転被制御シーケンスの末尾を指定します。

public:
 void ^ rend(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ % unnamedParam1);
public void rend(ref Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> unnamedParam1);
abstract member rend : ReverseRandomAccessIterator -> unit
Public Function rend (ByRef unnamedParam1 As ReverseRandomAccessIterator(Of TValue)) As Void

パラメーター

unnamedParam1
ReverseRandomAccessIterator<TValue>

被制御シーケンスの先頭のすぐ後を指す逆反復子。 したがって、逆シーケンスの end を指定します。 これを使用して、被制御シーケンスの current の末尾を逆順に指定する反復子を取得しますが、被制御シーケンスの長さが変化すると、その状態が変化する可能性があります。

注釈

詳細については、 deque::rend (STL/CLR) を参照してください。

適用対象