Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

const_buffers_1::operator+=

Inherited from const_buffer.

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

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

PrevUpHomeNext