Assignment
<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. |
| Name | Description |
|---|---|
| u | The url to copy. |