[#0167DB1968965C86DAFEA607B1EDF75B59075276]
Constructor
url(url_view_base const& u);
The newly constructed object contains a copy of `u`.
this->buffer() == u.buffer() && this->buffer().data() != u.buffer().data()
Linear in `u.size()`.
Strong guarantee. Calls to allocate may throw.