ContainerRandomAccessIterator<TValue>.Increment 演算子

定義

1 要素ずつ反復子をインクリメントします。

オーバーロード

Increment(ContainerRandomAccessIterator<TValue>)

1 要素ずつ反復子をインクリメントします。 これは前置バージョンのインクリメント演算子です。

Increment(Int32, Int32)

1 要素ずつ反復子をインクリメントします。 これは、後置バージョンのインクリメント演算子です。

Increment(ContainerRandomAccessIterator<TValue>)

1 要素ずつ反復子をインクリメントします。 これは前置バージョンのインクリメント演算子です。

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)

1 要素ずつ反復子をインクリメントします。 これは、後置バージョンのインクリメント演算子です。

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

これが後置バージョンの演算子であることを示す未使用のパラメーターです。

適用対象