[#A3986858EE7D646CC3B4CB4C744E93982B1DE17B]

Function url_view:: url_view

Constructor

Synopsis

            url_view(url_view_base const& other) noexcept;
        

Description

After construction, both views reference the same underlying character buffer. Ownership is not transferred.

Postconditions

this->buffer().data() == other.buffer().data()

Complexity

Constant.

Exception Safety

Throws nothing.