ConstContainerRandomAccessIterator<TValue>.Addition 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按给定的元素数递增迭代器。
重载
Addition(ConstContainerRandomAccessIterator<TValue>, Int32) |
按给定的元素数递增迭代器。 在加法运算符的右侧指定该整数参数。 |
Addition(ConstContainerRandomAccessIterator<TValue>, Int32, ConstContainerRandomAccessIterator<TValue>) |
按给定的元素数递增迭代器。 在加法运算符的左侧指定该整数参数。 |
Addition(ConstContainerRandomAccessIterator<TValue>, Int32)
按给定的元素数递增迭代器。 在加法运算符的右侧指定该整数参数。
public:
void ^ operator +(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ % unnamedParam1, int _Right);
public void operator + (ref Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> unnamedParam1, int _Right);
member this.( + ) : ConstContainerRandomAccessIterator * int -> unit
Public Operator + (ByRef unnamedParam1 As ConstContainerRandomAccessIterator(Of TValue), _Right As Integer) As Void
参数
- unnamedParam1
- ConstContainerRandomAccessIterator<TValue>
当前迭代器。
- _Right
- Int32
要增加的元素的数目。
适用于
Addition(ConstContainerRandomAccessIterator<TValue>, Int32, ConstContainerRandomAccessIterator<TValue>)
按给定的元素数递增迭代器。 在加法运算符的左侧指定该整数参数。
public:
static void ^ operator +(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ % unnamedParam1, int _Left, Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Right);
public static void operator + (ref Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> unnamedParam1, int _Left, Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Right);
static member ( + ) : ConstContainerRandomAccessIterator * int * Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> unit
Public Shared Operator + (ByRef unnamedParam1 As ConstContainerRandomAccessIterator(Of TValue), _Left As Integer, _Right As ConstContainerRandomAccessIterator(Of TValue)) As Void
参数
- unnamedParam1
- ConstContainerRandomAccessIterator<TValue>
要应用该运算符的迭代器。
- _Left
- Int32
要增加的元素的数目。
要递增的迭代器。