![]()  | 
  
    General Utility Library for C++17 25.7.0
    
   | 
 
Object that is designed to holds two values: minimum and maximum of something.
DataT must be an arithmetic type.
Default constructed the members have these possibly useful values:
| DataT | Type of the contained values | 
#include <statistics.h>
Public Attributes | |
| DataT | min { std::numeric_limits<DataT>::max() } | 
| Minimum value.  | |
| DataT | max { std::numeric_limits<DataT>::lowest() } | 
| Maximum value.  | |