:relfileprefix: ../../../ [#FD91FF07F51EEEB32E459E353A238BF690A78139] = Function params_ref::clear pass:v,q[Clear the contents of the container] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- void clear() noexcept; ---- == Description pass:v,q[All iterators are invalidated.] === Effects [,cpp] ---- this->url().remove_query(); ---- === Postconditions [,cpp] ---- this->empty() == true && this->url().has_query() == false ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `void`