Unsigned integer value class.  
More...
#include <int_u.hh>
List of all members.
Detailed Description
template<unsigned n>
 struct mln::value::int_u< n >
Unsigned integer value class. 
The parameter is n the number of encoding bits. 
Definition at line 156 of file int_u.hh.
Constructor & Destructor Documentation
Constructor without argument. 
Definition at line 276 of file int_u.hh.
 
 
Constructor from an integer. 
Definition at line 282 of file int_u.hh.
 
 
Constructors/assignments with literals. 
Definition at line 291 of file int_u.hh.
 
 
Member Function Documentation
Give the next value (i.e., i + 1). 
Definition at line 350 of file int_u.hh.
 
 
Conversion to an unsigned integer. 
Definition at line 323 of file int_u.hh.
 
 
Unary operator minus. 
Definition at line 331 of file int_u.hh.
 
 
Assignment from an integer. 
Definition at line 339 of file int_u.hh.