boost::urls::decode_view::end

Return an iterator to the end

Synopsis

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

iterator
end() const noexcept;

Description

auto it = this->end();

Constant.

Throws nothing.

Created with MrDocs