boost::urls::segments_encoded_base::front
Return the first segment
Synopsis
pct_string_view
front() const noexcept;
Description
This function returns a string with the first segment of the path without any leading or trailing '/' separators. The returned string may contain percent escapes.
Return Value
The first segment.
Created with MrDocs