Boost.URL Logo

PrevUpHomeNext
segments_encoded::end

Return an iterator to the element following the last element.

Synopsis
iterator
end() const;
Description

The element acts as a placeholder; attempting to access it results in undefined behavior.

Complexity

Constant.

Exception Safety

No-throw guarantee.


PrevUpHomeNext