Clear the contents while preserving the capacity
Synopsis
Declared in <boost/url/url_base.hpp>
void
clear() noexcept;Postconditions
this->empty() == trueComplexity
Constant.
Exception Safety
No‐throw guarantee.
Created with MrDocs