Constructor
void url( const url_view_base& u);
Declared in file <boost/url/url.hpp> at line 217
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.