MemoryStat::-=

MemoryStat::-=
MemoryStat& operator -=(MemoryStat& other);
Description

-= operator decrements the allocation statistics of the current MemoryStat object by subtracting the allocation statistics of another MemoryStat object from the current one.

Parameters
Parameters 
Description 
MemoryStat& other 
A MemoryStat object whose allocation statistics are used to decrement the statistics of the current object. 
Return Value

The current MemoryStat object.