Parse a string and return an encoded segment view
result<segments_encoded_view>
parse_path(
string_view s) noexcept;
Declared in file <src/parse_path.cpp> at line 24
This function parses the string and returns the corresponding path object if the string is valid, otherwise returns an error.
path = [ "/" ] segment *( "/" segment )
No-throw guarantee.