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

Exceptions

Name

Thrown on

system_error

The input does not contain a valid url.

Parameters

Name

Description

s

The string to parse.

u

The url to copy.

Created with MrDocs