Constructor
<include/boost/url/static_url.hpp>
static_url(static_url const& u) noexcept;
The newly constructed object contains a copy of `u`.
this->buffer() == u.buffer() && this->buffer.data() != u.buffer().data()
The url to copy.