boost::urls::static_url::static_url

Constructor

Synopses

Declared in <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...

Exceptions

Name Thrown on
system_error The input does not contain a valid url.

Parameters

Name Description
u The url to copy.
s The string to parse.

Created with MrDocs