! this method sets the max value which this class can hold (all bits will be one besides the last one) */
| 69 | (all bits will be one besides the last one) |
| 70 | */ |
| 71 | void SetMax() |
| 72 | { |
| 73 | UInt<value_size>::SetMax(); |
| 74 | UInt<value_size>::table[value_size-1] = ~ TTMATH_UINT_HIGHEST_BIT; |
| 75 | } |
| 76 | |
| 77 | |
| 78 | /*! |
no outgoing calls
no test coverage detected