clear

Clear the contents while preserving the capacity

Synopsis

void
clear() noexcept;

Defined in file <include/boost/url/url_base.hpp> on line 164

Description

Postconditions

this->empty() == true

Complexity

Constant.

Exception Safety

No-throw guarantee.