ContainerRandomAccessIterator<TValue>.Increment 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將迭代器遞增一個元素。
多載
Increment(ContainerRandomAccessIterator<TValue>) |
將迭代器遞增一個元素。 這是遞增運算子的前置版本。 |
Increment(Int32, Int32) |
將迭代器遞增一個元素。 這是遞增運算子的後置版本。 |
Increment(ContainerRandomAccessIterator<TValue>)
將迭代器遞增一個元素。 這是遞增運算子的前置版本。
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % unnamedParam1);
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> unnamedParam1);
member this.op_Increment : ContainerRandomAccessIterator -> unit
Public op_Increment (ByRef unnamedParam1 As ContainerRandomAccessIterator(Of TValue)) As Void
參數
- unnamedParam1
- ContainerRandomAccessIterator<TValue>
目前的反覆運算器。
適用於
Increment(Int32, Int32)
將迭代器遞增一個元素。 這是遞增運算子的後置版本。
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % , int );
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> , int );
member this.op_Increment : * int -> unit
Public op_Increment (ByRef As ContainerRandomAccessIterator(Of TValue), As Integer) As Void
參數
- A_0
- Int32
未使用的參數,表示這是運算子的後置版本。