![]() |
Home | Libraries | People | FAQ | More |
Constructor.
static_url( url_view_base const& u);
The newly constructed object contains a copy of u.
this->[link url.ref.boost__urls__static_url.buffer `buffer`]() == u.buffer() && this->[link url.ref.boost__urls__static_url.buffer `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. |