Clear the contents of the container
void
clear() noexcept;
Declared in file <boost/url/impl/params_encoded_ref.hpp> at line 26
All iterators are invalidated.
this->url().remove_query();
this->empty() == true && this->url().has_query() == false
Constant.
Throws nothing.