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