Home | Libraries | People | FAQ | More |
Constructor.
static_url( url_view_base const& u);
The newly constructed object will contain a copy of u
.
this->buffer() == u.buffer() && this->buffer.data() != u.buffer().data()
Linear in u.size()
.
Exception thrown if capacity exceeded.
Type |
Thrown On |
---|---|
|
Capacity would be exceeded. |
Name |
Description |
---|---|
|
The url to copy. |