CounterStat& operator +=(CounterStat& other);
+= operator increments the counter value of the current CounterStat object by adding the counter statistics of another CounterStat object to the current one.
Parameters |
Description |
CounterStat& other |
CounterStat object whose counter values are used to increase the counter statistics of the current object. |
The current CounterStat object.