Adjust the capacity without changing the size
void
reserve(
size_t n);
Declared in file <boost/url/url_base.hpp> at line 186
This function adjusts the capacity of the container in characters, without affecting the current contents. Has no effect if `n < = this->capacity()`.
Strong guarantee. Calls to allocate may throw.