ConstContainerRandomAccessIterator<TValue>.Decrement 運算子

定義

將迭代器遞減一個元素。

多載

Decrement(ConstContainerRandomAccessIterator<TValue>)

將迭代器遞減一個元素。 這是遞減運算子的前置版本。

Decrement(Int32, Int32)

將迭代器遞減一個元素。 這是遞減運算子的後置版本。

Decrement(ConstContainerRandomAccessIterator<TValue>)

將迭代器遞減一個元素。 這是遞減運算子的前置版本。

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

參數

unnamedParam1
ConstContainerRandomAccessIterator<TValue>

目前的反覆運算器。

適用於

Decrement(Int32, Int32)

將迭代器遞減一個元素。 這是遞減運算子的後置版本。

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

參數

A_0
Int32

未使用的參數,表示這是運算子的後置版本。

適用於