Boost.URL Logo

PrevUpHomeNext
segments::empty

Check if the path has no segments.

Synopsis
bool
empty() const;
Description

Returns true if there are no segments in the path, i.e. size() returns 0.

Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext