ConstReverseBidirectionalIterator<TValue>.Increment 演算子

定義

1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。

オーバーロード

Increment(ConstReverseBidirectionalIterator<TValue>)

1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは前置バージョンのインクリメント演算子です。

Increment(Int32, Int32)

1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは、後置バージョンのインクリメント演算子です。

Increment(ConstReverseBidirectionalIterator<TValue>)

1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは前置バージョンのインクリメント演算子です。

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

パラメーター

unnamedParam1
ConstReverseBidirectionalIterator<TValue>

現在の反復子。

適用対象

Increment(Int32, Int32)

1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは、後置バージョンのインクリメント演算子です。

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

パラメーター

A_0
Int32

これが後置バージョンのインクリメント演算子であることを示します。

適用対象