boost
::
urls
::
segments_encoded_base
::end
Return an iterator to the end
Synopsis
Declared in
<
boost/url/segments_encoded_base.hpp
>
iterator
end() const noexcept;
Description
Complexity
Constant.
Exception Safety
Throws nothing.
Return Value
An iterator to one past the last segment.
Created with
MrDocs