ConstContainerRandomAccessIterator<TValue>.Increment Operator
Definition
Increments the iterator by one element.
Overloads
Increment(Int32, Int32) |
Increments the iterator by one element. This is the postfix version of the increment operator. |
Increment(ConstContainerRandomAccessIterator<TValue>) |
Increments the iterator by one element. This is the prefix version of the increment operator. |
Increment(Int32, Int32)
Increments the iterator by one element. This is the postfix version of the increment operator.
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ % , int );
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> , int );
member this.op_Increment : * int -> unit
Public op_Increment (ByRef As ConstContainerRandomAccessIterator(Of TValue), As Integer) As Void
Parameters
- A_0
- Int32
An unused parameter that indicates this is the postfix version of the operator.
Applies to
Increment(ConstContainerRandomAccessIterator<TValue>)
Increments the iterator by one element. This is the prefix version of the increment operator.
public:
void ^ operator ++(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ % );
public void operator ++ (ref Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> );
member this.op_Increment : ConstContainerRandomAccessIterator -> unit
Public op_Increment (ByRef As ConstContainerRandomAccessIterator(Of TValue)) As Void