ConstReverseRandomAccessIterator<TValue>.Addition Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Ters yineleyiciyi verilen öğe sayısına göre artırır.
Aşırı Yüklemeler
Addition(ConstReverseRandomAccessIterator<TValue>, Int32, ConstReverseRandomAccessIterator<TValue>) |
Ters yineleyiciyi verilen öğe sayısına göre artırır. Tamsayı parametresi toplama işlecinin sol tarafında belirtilir. |
Addition(ConstReverseRandomAccessIterator<TValue>, Int32) |
Ters yineleyiciyi verilen öğe sayısına göre artırır. Tamsayı parametresi toplama işlecinin sağ tarafında belirtilir. |
Addition(ConstReverseRandomAccessIterator<TValue>, Int32, ConstReverseRandomAccessIterator<TValue>)
Ters yineleyiciyi verilen öğe sayısına göre artırır. Tamsayı parametresi toplama işlecinin sol tarafında belirtilir.
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
Parametreler
- unnamedParam1
- ConstReverseRandomAccessIterator<TValue>
Geçerli yineleyici.
- _Left
- Int32
Artıracak öğe sayısı.
Artıracak yineleyici.
Şunlara uygulanır
Addition(ConstReverseRandomAccessIterator<TValue>, Int32)
Ters yineleyiciyi verilen öğe sayısına göre artırır. Tamsayı parametresi toplama işlecinin sağ tarafında belirtilir.
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
Parametreler
- unnamedParam1
- ConstReverseRandomAccessIterator<TValue>
Geçerli yineleyici.
- _Right
- Int32
Artıracak öğe sayısı.