[#2DE83884B0C383EBFE9B914C5270B10AC7596C72]

Function url_view:: operator=

Assignment

Synopsis

            url_view&
operator=(url_view const& other) noexcept;
        

Description

After assignment, 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.