Milena (Olena)
User documentation 2.0a Id
|
Signed integer value class. More...
#include <int_s.hh>
Public Member Functions | |
int_s () | |
Constructor without argument. | |
int_s (int i) | |
Constructor from an integer. | |
operator int () const | |
Conversion to an integer. | |
int_s< n > & | operator= (int i) |
Assignment from an integer. | |
int_s (const mln::literal::zero_t &) | |
Constructors/assignments with literals. | |
Static Public Attributes | |
static const int_s< n > | one = 1 |
Unit value. | |
static const int_s< n > | zero = 0 |
Zero value. | |
Signed integer value class.
The parameter is n
the number of encoding bits.
|
inline |
|
inline |