Boost.URL
Report an Issue
  • Boost.URL
  • boost::urls::decode_view::end
Home:

boost::urls::decode_view::end

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.