boost::urls::url_view::operator= boost::urls::url_view::operator= Assignment Synopsis Declared in <boost/url/url_view.hpp> url_view& boost::urls::url_view::operator=(url_view const& other) noexcept; » more… url_view& boost::urls::url_view::operator=(url_view_base const& other) noexcept; » more… Description After assignment, both views reference the same underlying character buffer. Ownership is not transferred. this->buffer().data() == other.buffer().data() Constant. Throws nothing. Created with MrDocs