<boost/url/static_url.hpp>
static_url(static_url const& u) noexcept;
The newly constructed object contains a copy of u.
u
this->buffer() == u.buffer() && this->buffer.data() != u.buffer().data()
Linear in u.size().
u.size()
Throws nothing.