clear

Clear the contents of the container

Synopsis

void
clear() noexcept;

Declared in file <include/boost/url/segments_ref.hpp> on line 271

Defined in file <include/boost/url/impl/segments_ref.hpp> on line 28

Description

All iterators are invalidated.

Effects

this->url().set_encoded_path( "" );

Postconditions

this->empty() == true

Complexity

Linear in this->url().encoded_query().size() + this->url().encoded_fragment().size().

Exception Safety

Throws nothing.