[#47901A8D3FDE64F8228CAAE6F00C68940761B114]

Function url_base:: reserve

Adjust the capacity without changing the size

Synopsis

            void
reserve(std::size_t n);
        

Description

This function adjusts the capacity of the container in characters, without affecting the current contents. Has no effect if `n<= this->capacity()`.

Exception Safety

Strong guarantee. Calls to allocate may throw.