ReverseBidirectionalIterator<TValue>.Increment Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。
オーバーロード
Increment(ReverseBidirectionalIterator<TValue>) |
1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは前置バージョンのインクリメント演算子です。 |
Increment(Int32, Int32) |
1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは、後置バージョンのインクリメント演算子です。 |
Increment(ReverseBidirectionalIterator<TValue>)
1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは前置バージョンのインクリメント演算子です。
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ % unnamedParam1);
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> unnamedParam1);
member this.op_Increment : ReverseBidirectionalIterator -> unit
Public op_Increment (ByRef unnamedParam1 As ReverseBidirectionalIterator(Of TValue)) As Void
パラメーター
- unnamedParam1
- ReverseBidirectionalIterator<TValue>
現在の反復子。
適用対象
Increment(Int32, Int32)
1 要素ずつ反復子をインクリメントします。 逆順反復子をインクリメントする操作は、通常の反復子をデクリメントする操作と同じです。 これは、後置バージョンのインクリメント演算子です。
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ % , int );
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> , int );
member this.op_Increment : * int -> unit
Public op_Increment (ByRef As ReverseBidirectionalIterator(Of TValue), As Integer) As Void
パラメーター
- A_0
- Int32
これが後置バージョンの演算子であることを示す未使用のパラメーターです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET