Constructor
Synopsis
Declared in header </boost/url/url.hpp#L194[boost/url/url.hpp,window=blank_]>
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.
Return Value
-
void
Parameters
Name | Type |
---|---|
u |
`` |