Boost.URL Logo

PrevUpHomeNext
segments::clear

Remove the contents of the container.

Synopsis
void
clear();
Description

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

Postconditions
empty() == true
Exception Safety

Throws nothing.


PrevUpHomeNext