boost::urls::url_view::url_view
Constructor
Synopsis
Declared in <include/boost/url/url_view.hpp>
url_view(url_view const& other) noexcept;
Description
After construction, both views reference the same underlying character buffer. Ownership is not transferred.
this->buffer().data() == other.buffer().data()
Throws nothing.
Created with MrDocs