ContainerRandomAccessIterator<TValue>.Increment Operator

Definicja

Zwiększa iterator o jeden element.

Przeciążenia

Increment(ContainerRandomAccessIterator<TValue>)

Zwiększa iterator o jeden element. Jest to wersja prefiksu operatora przyrostowego.

Increment(Int32, Int32)

Zwiększa iterator o jeden element. Jest to wersja postfiksu operatora przyrostowego.

Increment(ContainerRandomAccessIterator<TValue>)

Zwiększa iterator o jeden element. Jest to wersja prefiksu operatora przyrostowego.

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

Parametry

unnamedParam1
ContainerRandomAccessIterator<TValue>

Bieżący iterator.

Dotyczy

Increment(Int32, Int32)

Zwiększa iterator o jeden element. Jest to wersja postfiksu operatora przyrostowego.

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

Parametry

A_0
Int32

Nieużywany parametr wskazujący, że jest to wersja postfiksu operatora.

Dotyczy