Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_flat_buffer::shrink_to_fit

Request the removal of unused capacity.

Synopsis
void
shrink_to_fit();
Description

This function attempts to reduce capacity() to size(), which may not succeed.

Exception Safety

No-throw guarantee.


PrevUpHomeNext