Assignment
static_url&
operator=(
const url_view_base& u);
Declared in file <boost/url/static_url.hpp> at line 330
The contents of `u` are copied and the previous contents of `this` are discarded.
this->buffer() == u.buffer() && this->buffer().data() != u.buffer().data()
Linear in `u.size()`.
Strong guarantee. Exception thrown if capacity exceeded.