
Traits for unsigned integer. More...
#include <int-type.hpp>
Public Types | |
| typedef unsigned int | utype |
| Corresponding unsigned type. | |
| typedef signed int | stype |
| Corresponding signed type. | |
Static Public Attributes | |
| static const unsigned int | min = 0 |
| Minimal value. | |
| static const unsigned int | max = UINT_MAX |
| Maximal value. | |
| static const IntType | description = IT_INT |
| Description of type. | |
Traits for unsigned integer.
Definition at line 131 of file int-type.hpp.
| typedef unsigned int Gecode::Support::IntTypeTraits< unsigned int >::utype |
Corresponding unsigned type.
Definition at line 134 of file int-type.hpp.
| typedef signed int Gecode::Support::IntTypeTraits< unsigned int >::stype |
Corresponding signed type.
Definition at line 136 of file int-type.hpp.
|
static |
Minimal value.
Definition at line 138 of file int-type.hpp.
|
static |
Maximal value.
Definition at line 140 of file int-type.hpp.
|
static |
Description of type.
Definition at line 142 of file int-type.hpp.