Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
decode_view::end

Return an iterator to the end.

Synopsis
iterator
end() const;
Example
auto it = this->[link url.ref.boost__urls__decode_view.end `end`]();
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext