Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::resize (1 of 2 overloads)

Changes the number of characters stored.

Synopsis
void
resize(
    std::size_t n);
Description

If the resulting string is larger, the new characters are uninitialized.


PrevUpHomeNext