++ 运算符用于使迭代器递增。
第一个特征符定义用于“++i”用法的 ++ 运算符;第二个特征符用于“i++”。
Public
OMUIterator& operator++() //prefix OMUIterator operator++(int i) //postfix
i
这是哑参数