The newly constructed object contains a copy of u
.
this->buffer() == u.buffer() && this->buffer.data() != u.buffer().data()
Linear in u.size()
.
Exception thrown if capacity exceeded.
Name | Thrown on |
---|---|
system_error |
Capacity would be exceeded. |
Name | Description |
---|---|
u | The url to copy. |