[#9367656172F79924E25471EECFF84E44972BD9E9]

Function params_encoded_ref:: clear

Clear the contents of the container

Synopsis

            void
clear() noexcept;
        

Description

All iterators are invalidated.

Effects

this->url().remove_query();

Postconditions

this->empty() == true && this->url().has_query() == false

Complexity

Constant.

Exception Safety

Throws nothing.