共用方式為


ConstReverseRandomAccessIterator<TValue>.Increment 運算子

定義

將反向 Iterator 遞增一個項目。

多載

Increment(Int32, Int32)

將反向 Iterator 遞增一個項目。 這是遞增運算子的後置版本。

Increment(ConstReverseRandomAccessIterator<TValue>)

將反向 Iterator 遞增一個項目。 這是遞增運算子的前置版本。

Increment(Int32, Int32)

將反向 Iterator 遞增一個項目。 這是遞增運算子的後置版本。

public:
 void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ % , int );
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> , int );
member this.op_Increment :  * int -> unit
Public op_Increment (ByRef  As ConstReverseRandomAccessIterator(Of TValue),  As Integer) As Void

參數

A_0
Int32

表示這是遞增運算子的後置版本。

適用於

Increment(ConstReverseRandomAccessIterator<TValue>)

將反向 Iterator 遞增一個項目。 這是遞增運算子的前置版本。

public:
 void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ % unnamedParam1);
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> unnamedParam1);
member this.op_Increment : ConstReverseRandomAccessIterator -> unit
Public op_Increment (ByRef unnamedParam1 As ConstReverseRandomAccessIterator(Of TValue)) As Void

參數

unnamedParam1
ConstReverseRandomAccessIterator<TValue>

目前的反覆運算器。

適用於