In the following table only constructor, assignment operators, and cast operators are shown. Additionally, the template class includes compare and arithmetical operators. However, for the sake of brevity they are not listed here.
Methods | Description |
---|---|
integer_type(const int a) | Constructor to create an integer instance from an int. |
integer_type &operator=(const integer_type a) |
Assignment operator. |
integer_type(const integer_base a) | Cast operator to convert a integer_base value into an integer_type. |