[#121D210F8BA48565E623FD1D5FBE0D42C2457F39]

Function url:: url

Constructor

Synopsis

            url(url&& u) noexcept;
        

Description

The contents of `u` are transferred to the newly constructed object, which includes the underlying character buffer. After construction, the moved-from object is as if default constructed.

Postconditions

u.empty() == true

Complexity

Constant.

Exception Safety

Throws nothing.