Boost.URL Logo

PrevUpHomeNext
params_encoded::clear

Clears the contents of the container.

Synopsis
void
clear();
Description

This function clears the contents of the container as if calling erase(begin(), end()).


PrevUpHomeNext