Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::resize

Change the size of the string.

BOOST_STATIC_STRING_CPP14_CONSTEXPR void
resize(
    size_type n);
  » more...

BOOST_STATIC_STRING_CPP14_CONSTEXPR void
resize(
    size_type n,
    value_type c);
  » more...

PrevUpHomeNext