Home | Libraries | People | FAQ | More |
Assignment.
static_url& operator=( static_url const& u);
The contents of u
are
copied and the previous contents of this
are destroyed.
Linear in u.size()
.
Strong guarantee. Exception thrown if capacity exceeded.
Type |
Thrown On |
---|---|
|
Capacity would be exceeded. |
Name |
Description |
---|---|
|
The url to copy. |