return floating-point value
| 7293 | |
| 7294 | /// return floating-point value |
| 7295 | constexpr number_float_t get_number_float() const noexcept |
| 7296 | { |
| 7297 | return value_float; |
| 7298 | } |
| 7299 | |
| 7300 | /// return current string value (implicitly resets the token; useful only once) |
| 7301 | string_t& get_string() |
nothing calls this directly
no outgoing calls
no test coverage detected