Assignment
Synopsis
Declared in <boost/url/url.hpp>
Description
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 is as if default constructed.
Postconditions
u.empty() == trueComplexity
Constant.
Exception Safety
Throws nothing.
Return Value
A reference to this object.
Parameters
| Name | Description | 
| u | The url to assign from. | 
Created with MrDocs