Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_flat_buffer::shrink_to_fit

Reallocate the buffer to fit the input sequence.

Synopsis
void
shrink_to_fit();
Description
Remarks

All previous buffers sequences obtained from calls to basic_flat_buffer::data or basic_flat_buffer::prepare are invalidated.


PrevUpHomeNext