return floating-point value
| 8462 | |
| 8463 | /// return floating-point value |
| 8464 | constexpr number_float_t get_number_float() const noexcept |
| 8465 | { |
| 8466 | return value_float; |
| 8467 | } |
| 8468 | |
| 8469 | /// return current string value (implicitly resets the token; useful only once) |
| 8470 | string_t& get_string() |