Boost.URL Logo

PrevUpHomeNext
segments_encoded::begin

Return a const iterator to the first element.

Synopsis
iterator
begin() const;
Description

If the path is empty, end() is returned.

Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext