| 7287 | |
| 7288 | /// return unsigned integer value |
| 7289 | constexpr number_unsigned_t get_number_unsigned() const noexcept |
| 7290 | { |
| 7291 | return value_unsigned; |
| 7292 | } |
| 7293 | |
| 7294 | /// return floating-point value |
| 7295 | constexpr number_float_t get_number_float() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected