Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::basic_fields::clear

Remove all fields from the container.

Synopsis
void
clear();
Description

All references, pointers, or iterators referring to contained elements are invalidated. All past-the-end iterators are also invalidated.

Postconditions:
std::distance(this->[link beast.ref.boost__beast__http__basic_fields.begin `begin`](), this->[link beast.ref.boost__beast__http__basic_fields.end `end`]()) == 0

PrevUpHomeNext