Boost.URL Logo

PrevUpHomeNext
segments_encoded::is_absolute

Returns true if this contains an absolute path.

Synopsis
bool
is_absolute() const;
Description

Absolute paths always start with a forward slash ('/').


PrevUpHomeNext