ContainerRandomAccessIterator<TValue>.Decrement Operador
Definição
Diminui o iterador por um elemento.Decrements the iterator by one element.
Sobrecargas
| Decrement(Int32, Int32) |
Diminui o iterador por um elemento.Decrements the iterator by one element. Essa é a versão pós-correção do operador de decremento.This is the postfix version of the decrement operator. |
| Decrement(ContainerRandomAccessIterator<TValue>) |
Diminui o iterador por um elemento.Decrements the iterator by one element. Essa é a versão de prefixo do operador de decremento.This is the prefix version of the decrement operator. |
Decrement(Int32, Int32)
Diminui o iterador por um elemento.Decrements the iterator by one element. Essa é a versão pós-correção do operador de decremento.This is the postfix version of the decrement operator.
public:
void ^ operator --(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % , int );
public void operator -- (ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> , int );
member this.op_Decrement : * int -> unit
Public op_Decrement (ByRef As ContainerRandomAccessIterator(Of TValue), As Integer) As Void
Parâmetros
- A_0
- Int32
Um parâmetro não utilizado que indica que essa é a versão pós-correção do operador.An unused parameter that indicates this is the postfix version of the operator.
Aplica-se a
Decrement(ContainerRandomAccessIterator<TValue>)
Diminui o iterador por um elemento.Decrements the iterator by one element. Essa é a versão de prefixo do operador de decremento.This is the prefix version of the decrement operator.
public:
void ^ operator --(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ % );
public void operator -- (ref Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> );
member this.op_Decrement : ContainerRandomAccessIterator -> unit
Public op_Decrement (ByRef As ContainerRandomAccessIterator(Of TValue)) As Void