++ 運算子會遞增反覆運算子。
第一個簽章會定義用於 "++i" 用法的 ++ 運算子;第二個簽章用於 "i++"。
Public
OMUIterator& operator++() //字首 OMUIterator operator++(int i) //字尾
I
虛擬參數