return position of last read token
| 7309 | |
| 7310 | /// return position of last read token |
| 7311 | constexpr position_t get_position() const noexcept |
| 7312 | { |
| 7313 | return position; |
| 7314 | } |
| 7315 | |
| 7316 | /// return the last read token (for errors only). Will never contain EOF |
| 7317 | /// (an arbitrary value that is not a valid char value, often -1), because |
nothing calls this directly
no outgoing calls
no test coverage detected