Traits for signed short int. More...
#include <int-type.hpp>
Public Types | |
typedef unsigned short int | utype |
Corresponding unsigned type. | |
typedef signed short int | stype |
Corresponding signed type. | |
Static Public Attributes | |
static const signed short int | min = SHRT_MIN |
Minimal value. | |
static const signed short int | max = SHRT_MAX |
Maximal value. | |
static const IntType | description = IT_SHRT |
Description of type. | |
Traits for signed short int.
Definition at line 86 of file int-type.hpp.
unsigned short int Gecode::Support::IntTypeTraits< signed short int >::utype |
Corresponding unsigned type.
Definition at line 89 of file int-type.hpp.
signed short int Gecode::Support::IntTypeTraits< signed short int >::stype |
Corresponding signed type.
Definition at line 91 of file int-type.hpp.
|
static |
Minimal value.
Definition at line 93 of file int-type.hpp.
|
static |
Maximal value.
Definition at line 95 of file int-type.hpp.
|
static |
Description of type.
Definition at line 97 of file int-type.hpp.