ConstReverseRandomAccessIterator<TValue>.Increment 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將反向 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>
目前的反覆運算器。