Assignment
Declared in <boost/url/url_view.hpp>
Assignment
constexpr
url_view&
operator=(url_view const& other) noexcept;
» more...
Assignment
constexpr
url_view&
operator=(url_view_base const& other) noexcept;
» more...
A reference to this object.
| Name | Description |
|---|---|
| other | The other view. |