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