![]() |
Home | Libraries | People | FAQ | More |
Constructor.
url_view( url_view const& other);
After construction, both views reference the same underlying character buffer. Ownership is not transferred.
this->buffer().data() == other.buffer().data()
Constant.
Throws nothing.