boost::urls::segments_encoded_base::begin
Return an iterator to the beginning
Synopsis
iterator
begin() const noexcept;
Description
Linear in `this‐>front().size()` or
constant if `this‐>empty()`.
Throws nothing.
Created with MrDocs