ReverseRandomAccessIterator<TValue>.Addition Operador

Definição

Incrementa o iterador inverso no número determinado de elementos.Increments the reverse iterator by the given number of elements.

Sobrecargas

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

Incrementa o iterador inverso no número determinado de elementos.Increments the reverse iterator by the given number of elements. O parâmetro numérico inteiro é especificado no lado esquerdo do operador de adição.The integer parameter is specified on the left side of the addition operator.

Addition(ReverseRandomAccessIterator<TValue>, Int32)

Incrementa o iterador inverso no número determinado de elementos.Increments the reverse iterator by the given number of elements. O parâmetro numérico inteiro é especificado no lado direito do operador de adição.The integer parameter is specified on the right side of the addition operator.

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

Incrementa o iterador inverso no número determinado de elementos.Increments the reverse iterator by the given number of elements. O parâmetro numérico inteiro é especificado no lado esquerdo do operador de adição.The integer parameter is specified on the left side of the addition operator.

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

Parâmetros

_Left
Int32

O número de elementos a ser incrementado.The number of elements to increment.

_Right
ReverseRandomAccessIterator<TValue>

O iterador a ser incrementado.The iterator to increment.

Aplica-se a

Addition(ReverseRandomAccessIterator<TValue>, Int32)

Incrementa o iterador inverso no número determinado de elementos.Increments the reverse iterator by the given number of elements. O parâmetro numérico inteiro é especificado no lado direito do operador de adição.The integer parameter is specified on the right side of the addition operator.

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

Parâmetros

_Right
Int32

O número de elementos a ser incrementado.The number of elements to increment.

Aplica-se a