boost::urls::decode_view::end

Return an iterator to the end

Synopsis

Declared in <boost/url/decode_view.hpp>
iterator
end() const noexcept;


Description

Example

auto it = this->end();

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

An iterator to one past the last decoded character

Created with MrDocs