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