...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Constructor.
static_url( url_view_base const& u);
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.
Type |
Thrown On |
---|---|
|
Capacity would be exceeded. |
Name |
Description |
---|---|
|
The url to copy. |