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.
Return an iterator to the end
Declared in header <boost/url/decode_view.hpp>
iterator
end() const noexcept;
auto it = this->end();
Constant.
Throws nothing.