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

Name Thrown on
std::length_error u.size() > max_size().

Return Value

A reference to this object.

Parameters

Name Description
u The url to copy.

Created with MrDocs