:relfileprefix: ../../../ [#boost-urls-params_encoded_ref-clear] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/params_encoded_ref.adoc[pass:[params_encoded_ref]]::clear Clear the contents of the container === Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- void clear() noexcept; ---- === Description All iterators are invalidated. [,cpp] ---- this->url().remove_query(); ---- [,cpp] ---- this->empty() == true && this->url().has_query() == false ---- === Constant. === Throws nothing.