clear

Clear the contents while preserving the capacity

Synopsis

void clear() noexcept;

Declared in file <boost/url/url_base.hpp> at line 164

Description

Postconditions

this->empty() == true

Complexity

Constant.

Exception Safety

No-throw guarantee.