#include <ustl.h>
Static Public Member Functions | |
T | min (void) |
Returns the minimum value for type T. | |
T | max (void) |
Returns the minimum value for type T. | |
Static Public Attributes | |
const bool | is_signed = false |
True if the type is signed. | |
const bool | is_integer = false |
True if stores an exact value. | |
const bool | is_integral = false |
True if fixed size and cast-copyable. |