Whether there is still runs to iterate over. WARN: Due to simplistic error handling, iteration with Next and Peek could fail to return data while the parser is not exhausted. This is how one can check for errors.
| 214 | /// fail to return data while the parser is not exhausted. |
| 215 | /// This is how one can check for errors. |
| 216 | bool exhausted() const { return data_size_ == 0; } |
| 217 | |
| 218 | /// Enum to return from an ``Parse`` handler. |
| 219 | /// |
no outgoing calls