We use
x += y
instead of
x = x + y
And similarly for *,/,- and other operators. Well, what about
*,/,-
NO. There is no such thing, you'll have to do with std::min(x,y);
std::min(x,y);