Assignment
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...
| Name | Thrown on |
|---|---|
std::length_error | u.size() > max_size(). |
A reference to this object.
| Name | Description |
|---|---|
| u | The url to copy. |