[#28A630F95BCACB5B26F7D8A7B8F9FDD0A14737B9]

Function segments_encoded_ref:: clear

Clear the contents of the container

Synopsis

            void
clear() noexcept;
        

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.