boost::urls::url::operator=

Assignment

Synopses

Declared in <boost/url/url.hpp>

Assignment

url&
operator=(url const& u);
» more...

Assignment

url&
operator=(url&& u) noexcept;
» more...

Assignment

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

Exceptions

NameThrown on
std::length_erroru.size() > max_size().

Return Value

A reference to this object.

Parameters

NameDescription
uThe url to copy.