Assignment
Synopses
Declared in <boost/url/url.hpp>
Assignment
url&
operator=(url const& u);
Assignment
url&
operator=(url&& u) noexcept;
Assignment
url&
operator=(url_view_base const& u);
Exceptions
Name |
Thrown on |
|
|
Return Value
A reference to this object.
Parameters
Name |
Description |
u |
The url to copy. |
Created with MrDocs