Given the following code, will ixAdd do what you\'d expect, i. e. return the value of ix before the increment, but increment the class member before leaving the function?
Yes, it does.
But don't do that, it is bad style to have side effects in expressions.