Move bytes from the output sequence to the input sequence.
| 429 | |
| 430 | /// Move bytes from the output sequence to the input sequence. |
| 431 | void commit(std::size_t n) |
| 432 | { |
| 433 | return sb_.commit(n); |
| 434 | } |
| 435 | |
| 436 | /// Remove characters from the input sequence. |
| 437 | void consume(std::size_t n) |