Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
basic_string::reserve
void reserve(size_type n = 0);
The member function ensures that capacity
()
henceforth returns at least n
.