Assignment
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...
| Name | Thrown on |
|---|---|
system_error | Capacity would be exceeded. |
A reference to this object.
| Name | Description |
|---|---|
| u | The url to copy. |