共用方式為


ConstReverseRandomAccessIterator<TValue>.Addition 運算子

定義

按照指定的項目數目遞增反向 Iterator。

多載

Addition(ConstReverseRandomAccessIterator<TValue>, Int32, ConstReverseRandomAccessIterator<TValue>)

按照指定的項目數目遞增反向 Iterator。 整數參數指定於加法運算子的左側。

Addition(ConstReverseRandomAccessIterator<TValue>, Int32)

按照指定的項目數目遞增反向 Iterator。 整數參數指定於加法運算子的右側。

Addition(ConstReverseRandomAccessIterator<TValue>, Int32, ConstReverseRandomAccessIterator<TValue>)

按照指定的項目數目遞增反向 Iterator。 整數參數指定於加法運算子的左側。

public:
 static void ^ operator +(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ % unnamedParam1, int _Left, Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public static void operator + (ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> unnamedParam1, int _Left, Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
static member ( + ) : ConstReverseRandomAccessIterator * int * Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> unit
Public Shared Operator + (ByRef unnamedParam1 As ConstReverseRandomAccessIterator(Of TValue), _Left As Integer, _Right As ConstReverseRandomAccessIterator(Of TValue)) As Void

參數

unnamedParam1
ConstReverseRandomAccessIterator<TValue>

目前的反覆運算器。

_Left
Int32

要遞增的項目數目。

_Right
ConstReverseRandomAccessIterator<TValue>

要遞增的 Iterator。

適用於

Addition(ConstReverseRandomAccessIterator<TValue>, Int32)

按照指定的項目數目遞增反向 Iterator。 整數參數指定於加法運算子的右側。

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

參數

unnamedParam1
ConstReverseRandomAccessIterator<TValue>

目前的反覆運算器。

_Right
Int32

要遞增的項目數目。

適用於