mln::value::int_u< n > Struct Template Reference
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 118 of file int_u.hh.
Constructor & Destructor Documentation
Constructor without argument.
Definition at line 186 of file int_u.hh.
Constructor from an integer.
Definition at line 192 of file int_u.hh.
Constructors/assignments with literals.
Definition at line 201 of file int_u.hh.
Member Function Documentation
Conversion to an unsigned integer.
Definition at line 233 of file int_u.hh.
Unary operator minus.
Definition at line 241 of file int_u.hh.
Assignment from an integer.
Definition at line 249 of file int_u.hh.