Min-Max

template<typename T>
class MinMax : public Printable

Class to track minimum and maximum values of a set of data, with average, total and count.

Subclassed by Profiling::MinMaxTimes< Timer >