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