Constructor
Synopses
Declared in <boost/url/url.hpp>
Constructor
url() noexcept;
Constructor
Constructor
Constructor
explicit
url(core::string_view s);
Constructor
url(url_view_base const& u);
Exceptions
Name |
Thrown on |
|
|
|
The input does not contain a valid url. |
Parameters
Name |
Description |
u |
The url to copy. |
s |
The string to parse. |
Created with MrDocs