Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
url_base::clear

Clear the contents while preserving the capacity.

Synopsis
void
clear();
Postconditions
this->[link url.ref.boost__urls__url_base.empty `empty`]() == true
Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext