Traits for signed char. More...
#include <int-type.hpp>
Public Types | |
typedef unsigned char | utype |
Corresponding unsigned type. More... | |
typedef signed char | stype |
Corresponding signed type. More... | |
Static Public Attributes | |
static const signed char | min = SCHAR_MIN |
Minimal value. More... | |
static const signed char | max = SCHAR_MAX |
Maximal value. More... | |
static const IntType | description = IT_CHAR |
Description of type. More... | |
Traits for signed char.
Definition at line 60 of file int-type.hpp.
typedef unsigned char Gecode::Support::IntTypeTraits< signed char >::utype |
Corresponding unsigned type.
Definition at line 63 of file int-type.hpp.
typedef signed char Gecode::Support::IntTypeTraits< signed char >::stype |
Corresponding signed type.
Definition at line 65 of file int-type.hpp.
|
static |
Minimal value.
Definition at line 67 of file int-type.hpp.
|
static |
Maximal value.
Definition at line 69 of file int-type.hpp.
|
static |
Description of type.
Definition at line 71 of file int-type.hpp.