ConstReverseRandomAccessIterator<TValue>.Decrement 运算符
定义
将反向迭代器递减一个元素。Decrements the reverse iterator by one element.
重载
| Decrement(ConstReverseRandomAccessIterator<TValue>) |
将反向迭代器递减一个元素。Decrements the reverse iterator by one element. 这是减量运算符的前缀版本。This is the prefix version of the decrement operator. |
| Decrement(Int32, Int32) |
将反向迭代器递减一个元素。Decrements the reverse iterator by one element. 这是减量运算符的后缀版本。This is the postfix version of the decrement operator. |
Decrement(ConstReverseRandomAccessIterator<TValue>)
将反向迭代器递减一个元素。Decrements the reverse iterator by one element. 这是减量运算符的前缀版本。This is the prefix version of the decrement operator.
public:
void ^ operator --(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ % );
public void operator -- (ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> );
member this.op_Decrement : ConstReverseRandomAccessIterator -> unit
Public op_Decrement (ByRef As ConstReverseRandomAccessIterator(Of TValue)) As Void
参数
适用于
Decrement(Int32, Int32)
将反向迭代器递减一个元素。Decrements the reverse iterator by one element. 这是减量运算符的后缀版本。This is the postfix version of the decrement operator.
public:
void ^ operator --(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ % , int );
public void operator -- (ref Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> , int );
member this.op_Decrement : * int -> unit
Public op_Decrement (ByRef As ConstReverseRandomAccessIterator(Of TValue), As Integer) As Void
参数
- A_0
- Int32
未使用的参数,用于指示这是运算符的后缀版本。An unused parameter that indicates this is the postfix version of the operator.