Boost.URL Logo

PrevUpHomeNext
segments_encoded::clear

Remove the contents of the container.

Synopsis
void
clear();
Description

This function removes all the segments from the container, leaving the underlying URL with an empty path.

Postconditions
empty() == true
Exception Safety

Throws nothing.


PrevUpHomeNext