Statically chooses minimum and maximum values from a set of values. More...
#include <chsvmath.h>
Static Public Attributes | |
static const T | minvalue = implementation |
A minimum of the values. | |
static const T | maxvalue = implementation |
A maximum of the values. | |
Statically chooses minimum and maximum values from a set of values.
T | is a type of values in the set of template parameters to choose from. |
values... | Values to choose from. |
Usage: