end

Return an iterator to the end

Synopsis

iterator end() noexcept;

Declared in file <boost/url/impl/decode_view.hpp> at line 140

Description

Example

auto it = this->end();

Complexity

Constant.

Exception Safety

Throws nothing.