Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::resize

Changes the number of characters stored.

void
resize(
    std::size_t n);
  » more...

void
resize(
    std::size_t n,
    CharT c);
  » more...

PrevUpHomeNext