Home | Libraries | People | FAQ | More |
Constructor.
static_url( static_url 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 maximum size exceeded.
Name |
Description |
---|---|
|
The url to copy. |