
Traits for signed integer. More...
#include <int-type.hpp>
Public Types | |
| typedef unsigned int | utype |
| Corresponding unsigned type. More... | |
| typedef signed int | stype |
| Corresponding signed type. More... | |
Static Public Attributes | |
| static const signed int | min = INT_MIN |
| Minimal value. More... | |
| static const signed int | max = INT_MAX |
| Maximal value. More... | |
| static const IntType | description = IT_INT |
| Description of type. More... | |
Traits for signed integer.
Definition at line 120 of file int-type.hpp.
| typedef unsigned int Gecode::Support::IntTypeTraits< signed int >::utype |
Corresponding unsigned type.
Definition at line 123 of file int-type.hpp.
| typedef signed int Gecode::Support::IntTypeTraits< signed int >::stype |
Corresponding signed type.
Definition at line 125 of file int-type.hpp.
|
static |
Minimal value.
Definition at line 127 of file int-type.hpp.
|
static |
Maximal value.
Definition at line 129 of file int-type.hpp.
|
static |
Description of type.
Definition at line 131 of file int-type.hpp.