asio C++ library

PrevUpHomeNext

basic_streambuf::consume

Move the start of the get area by the specified number of characters.

void consume(
    std::size_t n);

PrevUpHomeNext