Skip to content

std::String::basic<Char, Traits>::resize

resize

Resizes the string to new size

Signature

resize(self, new_size: size_t, c: CharT = CharT()) -> void

Specifiers

  • noexcept

See Also

Back to basic<Char, Traits>