boost::urls::static_url::operator=

Assignment

Synopses

Declared in <boost/url/static_url.hpp>

Assignment

static_url&
operator=(static_url const& u) noexcept;
» more...

Assignment

static_url&
operator=(url_view_base const& u);
» more...

Exceptions

NameThrown on
system_errorCapacity would be exceeded.

Return Value

A reference to this object.

Parameters

NameDescription
uThe url to copy.