Home | Libraries | People | FAQ | More |
Assignment.
url& operator=( url&& u);
The contents of u
are
transferred to this
, including
the underlying character buffer. The previous contents of this
are destroyed. After assignment,
the moved-from object will be as if default constructed.
u.empty() == true
Constant.
Throws nothing.
Name |
Description |
---|---|
|
The url to assign from. |