return position of last read token
| 8478 | |
| 8479 | /// return position of last read token |
| 8480 | constexpr position_t get_position() const noexcept |
| 8481 | { |
| 8482 | return position; |
| 8483 | } |
| 8484 | |
| 8485 | /// return the last read token (for errors only). Will never contain EOF |
| 8486 | /// (an arbitrary value that is not a valid char value, often -1), because |
no outgoing calls
no test coverage detected