ConstReverseRandomAccessIterator<TValue>.Increment Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwiększa iterator odwrotny o jeden element.
Przeciążenia
Increment(Int32, Int32) |
Zwiększa iterator odwrotny o jeden element. Jest to wersja przyrostkowa operatora inkrementacji. |
Increment(ConstReverseRandomAccessIterator<TValue>) |
Zwiększa iterator odwrotny o jeden element. Jest to wersja prefiksu operatora inkrementacji. |
Increment(Int32, Int32)
Zwiększa iterator odwrotny o jeden element. Jest to wersja przyrostkowa operatora inkrementacji.
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
Parametry
- A_0
- Int32
Wskazuje, że jest to wersja przyrostkowa operatora inkrementacji.
Dotyczy
Increment(ConstReverseRandomAccessIterator<TValue>)
Zwiększa iterator odwrotny o jeden element. Jest to wersja prefiksu operatora inkrementacji.
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
Parametry
- unnamedParam1
- ConstReverseRandomAccessIterator<TValue>
Bieżący iterator.