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.
可以向前(通过使用递减运算符)或向后(通过使用递增运算符)访问元素。
Interface for 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.
迭代器的接口,该迭代器可以向前(通过使用递增运算符)或向后(通过使用递减运算符)访问容器中的元素。
This is the prefix version of the decrement operator.
这是递减运算子的前置版本。
This is the postfix version of the decrement operator.
这是递减运算子的后置版本。
This is the postfix version of the decrement operator.
这是递减运算子的后置版本。
应用推荐