...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Parse a string and return an encoded params view.
Defined in header <boost/url/parse_query.hpp>
result< params_encoded_view > parse_query( string_view s);
This function parses the string and returns the corresponding params object if the string is valid, otherwise returns an error.
No-throw guarantee.
A valid view on success, otherwise an error code.
Name |
Description |
---|---|
|
The string to parse |
Convenience header <boost/url.hpp>