Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

const_registered_buffer::operator+=

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

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

PrevUpHomeNext