Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::shrink_to_fit

Reduces memory usage by freeing unused memory.

Synopsis
void
shrink_to_fit();
Description

This actually does nothing, since the storage is fixed.


PrevUpHomeNext