[#FE8606BBCEBCB99C5632BEDB5A7BB84946E273B3]
Assignment
url_view& operator=(url_view_base const& other) noexcept;
After assignment, both views reference the same underlying character buffer. Ownership is not transferred.
this->buffer().data() == other.buffer().data()
Constant.
Throws nothing.