* Get number of bytes left to read. */
| 72 | * Get number of bytes left to read. |
| 73 | */ |
| 74 | [[nodiscard]] size_type GetBytesLeft() const noexcept { return this->src.size() - this->position; } |
| 75 | |
| 76 | /** |
| 77 | * Check whether any bytes were already read. |
no test coverage detected