Return an iterator to the end

Synopsis

Declared in header <boost/url/decode_view.hpp>

iterator
end() const noexcept;

Description

Example

auto it = this->end();

Complexity

Constant.

Exception Safety

Throws nothing.