Constructor
void
url_view(
const url_view_base& other) noexcept;
Declared in file <src/url_view.cpp> at line 45
After construction, both views reference the same underlying character buffer. Ownership is not transferred.
this->buffer().data() == other.buffer().data()
Constant.
Throws nothing.