Returns bytes popped and cut since creation of this stream.
| 68 | |
| 69 | // Returns bytes popped and cut since creation of this stream. |
| 70 | size_t popped_bytes() const { return _popped_bytes; } |
| 71 | |
| 72 | // Returns false if error occurred in other consuming functions. |
| 73 | bool good() const { return _good; } |
no outgoing calls
no test coverage detected