boost::urls::parse_path
Parse a string and return an encoded segment view
Synopsis
Declared in <boost/url/parse_path.hpp>
system::result<segments_encoded_view>
parse_path(core::string_view s) noexcept;
Description
See Also
Created with MrDocs