! this method returns the lowest value from table with a sign we must be sure when we using this method whether the value will hold in an sint type or not (the rest value from table must be zero or -1) */
| 1129 | will hold in an sint type or not (the rest value from table must be zero or -1) |
| 1130 | */ |
| 1131 | sint ToInt() const |
| 1132 | { |
| 1133 | return sint( UInt<value_size>::table[0] ); |
| 1134 | } |
| 1135 | |
| 1136 | |
| 1137 | /*! |
no outgoing calls
no test coverage detected