Traits for unsigned char. More...
#include <int-type.hpp>
Public Types | |
typedef unsigned char | utype |
Corresponding unsigned type. | |
typedef signed char | stype |
Corresponding signed type. |
Static Public Attributes | |
static const unsigned char | min = 0 |
Minimal value. | |
static const unsigned char | max = UCHAR_MAX |
Maximal value. | |
static const IntType | description = IT_CHAR |
Description of type. |
Traits for unsigned char.
Definition at line 71 of file int-type.hpp.
typedef unsigned char Gecode::Support::IntTypeTraits< unsigned char >::utype |
Corresponding unsigned type.
Definition at line 74 of file int-type.hpp.
typedef signed char Gecode::Support::IntTypeTraits< unsigned char >::stype |
Corresponding signed type.
Definition at line 76 of file int-type.hpp.
|
static |
Minimal value.
Definition at line 78 of file int-type.hpp.
|
static |
Maximal value.
Definition at line 80 of file int-type.hpp.
|
static |
Description of type.
Definition at line 82 of file int-type.hpp.