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

NameThrown on
system_errorThe input does not contain a valid url.

Parameters

NameDescription
uThe url to copy.
sThe string to parse.