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
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
Clear the contents of the container.
void clear();
All iterators are invalidated.
this->url().set_encoded_path( "" );
this->empty() == true
Linear in this->url().encoded_query().size() + this->url().encoded_fragment().size().
Throws nothing.