Fermat
|
A generic class to represent traits of numeric types T. Unlike STL's numeric_traits, field_traits<T>::min() and field_traits<T>::max() are signed.
#include <numbers.h>
Static Public Methods | |
static T | min () |
static T | max () |
|
inlinestatic |
return the maximum value of T
|
inlinestatic |
return the minimum value of T