Boost
C++ Libraries
...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( static_url 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 maximum size exceeded.
|
Name |
Description |
|---|---|
|
|
The url to copy. |