Return an iterator to the end
Synopsis
Declared in header </boost/url/decode_view.hpp#L298[boost/url/decode_view.hpp,window=blank_]>
iterator
end() const noexcept;
Description
Example
auto it = this->end();
Complexity
Constant.
Exception Safety
Throws nothing.
Return Value
-
iterator