Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::shrink_to_fit

Reduces memory usage by freeing unused memory.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR void
shrink_to_fit();
Description

This function call has no effect.


PrevUpHomeNext