ConstReverseRandomAccessIterator<TValue>.Decrement Operator

Definicja

Zmniejsza iterator odwrotny o jeden element.

Przeciążenia

Decrement(ConstReverseRandomAccessIterator<TValue>)

Zmniejsza iterator odwrotny o jeden element. Jest to prefiksowa wersja operatora zmniejszania.

Decrement(Int32, Int32)

Zmniejsza iterator odwrotny o jeden element. Jest to przyrostkowa wersja operatora zmniejszania.

Decrement(ConstReverseRandomAccessIterator<TValue>)

Zmniejsza iterator odwrotny o jeden element. Jest to prefiksowa wersja operatora zmniejszania.

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

Parametry

unnamedParam1
ConstReverseRandomAccessIterator<TValue>

Bieżący iterator.

Dotyczy

Decrement(Int32, Int32)

Zmniejsza iterator odwrotny o jeden element. Jest to przyrostkowa wersja operatora zmniejszania.

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

Parametry

A_0
Int32

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

Dotyczy