Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_multi_buffer::shrink_to_fit

Reallocate the buffer to fit the readable bytes exactly.

Synopsis
void
shrink_to_fit();
Description

Buffer sequences previously obtained using data or prepare become invalid.

Exception Safety

Strong guarantee.


PrevUpHomeNext