boost::urls::static_url::static_url
Constructor
Synopses
Declared in <boost/url/static_url.hpp>
Constructor
static_url() noexcept;
Constructor
explicit
static_url(core::string_view s);
Constructor
static_url(static_url const& u) noexcept;
Constructor
static_url(url_view_base const& u);
Parameters
Name |
Description |
s |
The string to parse. |
u |
The url to copy. |
Created with MrDocs