Decrement operator 递减运算子 ; 减量运算子 ; 运算符 ; 递减运算符
Prefix Decrement Operator 称为前缀自减运算符
auto-decrement operator 自减运算符
uncertain decrement operator 不确定减量算子
indefinite decrement operator 不确定减量算子
Do not use an increment or decrement operator on the same object in more than two subexpressions of the same expression.
一个表达式里,不要在两个或更多的子表达式中对同一对象做自增或自减操作。
Defines an iterator that can access elements in a container in the forward direction by using the increment operator and in the backward direction by using the decrement operator.
定义一个迭代器,该迭代器可以向前(通过使用递增运算符)或向后(通过使用递减运算符)访问容器中的元素。
Elements can be accessed in the forward direction by using the decrement operator and in the backward direction by using the increment operator.
可以向前(通过使用递减运算符)或向后(通过使用递增运算符)访问元素。
应用推荐