Boost.URL Logo

PrevUpHomeNext
segments_encoded::empty

Return true if the container is empty.

Synopsis
bool
empty() const;
Description

This function returns true if there are no elements in the container. That is, if the underlying path is the empty string.

Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext