#include <genesis/utils/math/statistics.hpp>
Store a pair of min and max values.
This notation is simply more readable than the std default of using a pair<T, T>
.
Definition at line 105 of file statistics.hpp.
Public Attributes | |
T | max |
T | min |
T max |
Definition at line 108 of file statistics.hpp.
T min |
Definition at line 107 of file statistics.hpp.