<boost/url/url.hpp>
url() noexcept;
» more...
Constructor
url(url const& u);
» more...
Constructor
url(url&& u) noexcept;
» more...
Constructor
explicit
url(core::string_view s);
» more...
Constructor
url(url_view_base const& u);
» more...
Name | Thrown on |
---|---|
std::length_error |
u.size() > max_size() . |
system_error |
The input does not contain a valid url. |
Name | Description |
---|---|
u | The url to copy. |
s | The string to parse. |