boost::urls::segments_encoded_ref::clear boost::urls::segments_encoded_ref::clear Clear the contents of the container Synopsis Declared in <include/boost/url/segments_encoded_ref.hpp> void clear() noexcept; Description All iterators are invalidated. this->url().set_encoded_path( "" ); this->empty() == true Complexity Linear in this‐>url().encoded_query().size() + this‐>url().encoded_fragment().size(). Exception Safety Throws nothing. Created with MrDocs