! this method returns true if there's the sign (the highest bit will be converted to the bool) */
| 153 | (the highest bit will be converted to the bool) |
| 154 | */ |
| 155 | bool IsSign() const |
| 156 | { |
| 157 | return UInt<value_size>::IsTheHighestBitSet(); |
| 158 | } |
| 159 | |
| 160 | |
| 161 |
no outgoing calls
no test coverage detected