Parse a string and return an encoded params view
Synopsis
Declared in header </boost/url/parse_query.hpp#L46[boost/url/parse_query.hpp,window=blank_]>
result<params_encoded_view>
parse_query(string_view s) noexcept;
Description
This function parses the string and returns the corresponding params object if the string is valid, otherwise returns an error.
BNF
Exception Safety
No-throw guarantee.
Specification
Return Value
-
result
Parameters
Name | Type |
---|---|
s |
|