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