end

Return an iterator to the end

Synopsis

iterator
end() const noexcept;

Declared in file <include/boost/url/decode_view.hpp> on line 298

Defined in file <include/boost/url/impl/decode_view.hpp> on line 140

Description

Example

auto it = this->end();

Complexity

Constant.

Exception Safety

Throws nothing.