basic_string::reserve
basic_string::reserve
void reserve(size_type n = 0);
The member function ensures that capacity
()
henceforth returns at least n
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
basic_string::reserve
void reserve(size_type n = 0);
The member function ensures that capacity
()
henceforth returns at least n
.