boost::urls::url_base::reserve
Adjust the capacity without changing the size
Synopsis
Declared in <include/boost/url/url_base.hpp>
void
reserve(std::size_t n);
Parameters
Name | Description |
---|---|
n |
The capacity in characters, excluding any null terminator&period; |
Created with MrDocs