CounterStat::+=

CounterStat::+=
CounterStat& operator +=(CounterStat& other);
Description

+= operator increments the counter value of the current CounterStat object by adding the counter statistics of another CounterStat object to the current one.

Parameters
Parameters 
Description 
CounterStat& other 
CounterStat object whose counter values are used to increase the counter statistics of the current object. 
Return Value

The current CounterStat object.