boost::urls::params_encoded_ref::clear
Clear the contents of the container
Synopsis
Declared in <boost/url/params_encoded_ref.hpp>
void
clear() noexcept;
Description
All iterators are invalidated.
this->url().remove_query();
this->empty() == true && this->url().has_query() == false
Throws nothing.
Created with MrDocs