Inherits true_type.
If T is an arithmetic type, provides the member constant value equal to true if T(0) < T(-1): this results in true for the unsigned integer types and the type bool, and in false for the signed integer types and the floating-point types.
| T | - a type to check. |