Rich DAQ - Remove unused operators
Remove implicit conversion to int-like type operators, and the increment and decrement operators.
Also prefer std::min
to finding minimum by hand.
Remove implicit conversion to int-like type operators, and the increment and decrement operators.
Also prefer std::min
to finding minimum by hand.