Assignment
<boost/url/authority_view.hpp>constexpr
authority_view&
operator=(authority_view const& other) noexcept = default;
This function assigns the contents of other to this object.
Throws nothing.
| Name | Description |
|---|---|
| other | The object to assign |