asio C++ library

PrevUpHomeNext

mutable_buffers_1::operator+=

Inherited from mutable_buffer.

Move the start of the buffer by the specified number of bytes.

mutable_buffer & operator+=(
    std::size_t n);

PrevUpHomeNext