Return an iterator to the beginning
Synopsis
Declared in <boost/url/segments_base.hpp>
iterator
begin() const noexcept;
Complexity
Linear in this‐>front().size() or constant if this‐>empty().
Exception Safety
Throws nothing.
Return Value
An iterator to the first segment.
Created with MrDocs