Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
params_encoded_ref::clear

Clear the contents of the container.

Synopsis
void
clear();
Description

All iterators are invalidated.

Effects
this->[link url.ref.boost__urls__params_encoded_ref.url `url`]().[link url.ref.boost__urls__static_url_base.remove_query `remove_query`]();
Postconditions
this->[link url.ref.boost__urls__params_encoded_ref.empty `empty`]() == true && this->[link url.ref.boost__urls__params_encoded_ref.url `url`]().[link url.ref.boost__urls__static_url.has_query `has_query`]() == false
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext