Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_url_base::clear

(Inherited from url_base)

Clear the contents while preserving the capacity.

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

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext